Hi All,
I have application running on ADF 121.3.
When user opens a page and duplicates/opens another windows of the same session after some time if the user clicks on any action like serach/Filter/Sort the state of the page is getting reset.
here is my web.xml config :
<context-param>
\<param-name>javax.faces.STATE\_SAVING\_METHOD\</param-name>
\<param-value>client\</param-value>
\</context-param>
\<context-param>
\<param-name>org.apache.myfaces.trinidad.CLIENT\_STATE\_METHOD\</param-name>
\<param-value>all\</param-value>
\</context-param>
<context-param>
\<param-name>org.apache.myfaces.trinidad.CLIENT\_STATE\_MAX\_TOKENS\</param-name>
\<param-value>1000\</param-value>
\</context-param>
Also using default value for the MAX ROOT View PORT :20

Does the issue is because of View Port Limit is reached ?
https://docs.oracle.com/middleware/1213/adf/develop/task-flow-regions.htm#ADFFD22094
23.1.2 About View Ports and ADF Regions
A view port is a display area capable of navigating independently of other view ports. A browser window and an ADF region are both examples of view ports. The root view port displays the main page in a browser window. The root view port may have child view ports, for example, regions on the page, but does not have a parent view port.
I tried changing to -1 to the Default value of <max-root-view-ports>-1</max-root-view-ports> in adf-config.xml but still the issue remains same.
MY Page design have Multiple Tabs and in each TAB we have multiple regions in it .
Scenario 2 : I have a page with Master and Child Tables . Leave the page for 10 min and try to do any Action on the Child Tables i.e. Edit/Create/Delete/Sort/Filter the table is resting its state ? Can anybody has this similar behavior? Looking for suggestions / solution
Regards
Vamsi Balaga
Hi All,
Does anybody has any inputs to this issue ?
Regards
Vamsi