Developer Tools
JDeveloper
User customizations or change persistence allow end users to make changes to certain UI components at runtime to suit individual preferences (for example, the user can decide which columns are visible in a table). There are two types of user customizations:
In this step you are enabling user customizations for the length or duration of a session.
When you enable session user customizations, JDeveloper adds the following context initialization parameter into
web.xml:
<context-param>
<param-name>org.apache.myfaces.trinidad.CHANGE_PERSISTENCE</param-name>
<param-value>session</param-value>
</context-param>
The value of
CHANGE_PERSISTENCE is set to
session for session change persistence.
Copyright © 1997, 2009, Oracle. All rights reserved.