Name: |
org.icefaces.clientSideElementUpdateDetermination |
Values: |
false|true |
Since: |
3.4 |
Scope: |
application |
Application Scope
Applications or components that use ice.onElementUpdate javascript registration function can choose to use server or client side implementation for the callback matching of the elements that were updated or removed from the document.
The client side implementation can be quite slow in Internet Explorer when large updates are received. Choosing the server side implementation is generally recommended because it is equally fast in all browsers at the expense of some memory and required processing power on the server.
<context-param>
<param-name>org.icefaces.clientSideElementUpdateDetermination</param-name>
<param-value>true</param-value>
</context-param>