-
Type: Improvement
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 5.6.0-HF04, 5.7.1
-
Fix Version/s: 5.6.0-HF26, 5.7.2
-
Component/s: Seam / JSF UI
-
Backlog priority:600
-
Impact type:API added
-
Upgrade notes:
The following JSF parameters are included in the nuxeo-platform-ui-web configuration, so they cannot be overriden by a custom configuration as JSF requires unique properties for these values in the final web.xml file.
<context-param> <param-name>com.sun.faces.numberOfViewsInSession</param-name> <param-value>4</param-value> </context-param> <context-param> <param-name>com.sun.faces.numberOfLogicalViews</param-name> <param-value>4</param-value> </context-param>