Name: |
org.icefaces.generateHeadUpdate |
Values: |
true|false |
Since: |
3.1 |
Scope: |
application |
Application Scope
This parameter can be used to enable (or disable) successful update of the HTML head element. The parameter is usually set in applications where the CSS or Javascript resource references change while interacting with the rendered page. Since ICEfaces 4.0 this feature is enabled by default because most of the times the JSF built-in update handling for the page header does not work.
<context-param>
<param-name>org.icefaces.generateHeadUpdate</param-name>
<param-value>true</param-value>
</context-param>