Name: |
org.icefaces.autoid |
Values: |
true|false |
Since: |
2.0 |
Scope: |
application |
Application Scope
Setting org.icefaces.autoid to true causes the majority of standard JSF components to write their IDs to the page. This allows ICEfaces to apply page updates at a fine granularity. With this parameter set to false, page updates can only be applied for components that have manually specified IDs. This parameter is provided for fallback to completely standard behavior; it is not generally intended to be set to false for application use.
<context-param>
<param-name>org.icefaces.autoid</param-name>
<param-value>false</param-value>
</context-param>