Robert Filipczyk wrote:And what if You change state saving method to client?
I think that when You will use sun jsf, everything will be ok. This kind of problem only co-exists with myfaces.
Fernando Franzini wrote:Hi Rajneesh
I'm with this problems.....so if I raise the org.apache.myfaces.NUMBER_OF_VIEWS_IN_SESSION to 500 it gona resolve ??
Do you find any correct solution ?
Regards.
Fernando Franzini wrote:Hi Rajneesh
I'm with this problems.....so if I raise the org.apache.myfaces.NUMBER_OF_VIEWS_IN_SESSION to 500 it gona resolve ??
Do you find any correct solution ?
Regards.
<context-param>
<param-name>javax.faces.STATE_SAVING_METHOD</param-name>
<param-value>server</param-value>
</context-param>
<context-param>
<param-name>org.apache.myfaces.SERIALIZE_STATE_IN_SESSION</param-name>
<param-value>false</param-value>
</context-param>
<context-param>
<param-name>org.apache.myfaces.COMPRESS_STATE_IN_SESSION</param-name>
<param-value>false</param-value>
</context-param>
<context-param>
<param-name>org.apache.myfaces.NUMBER_OF_VIEWS_IN_SESSION</param-name>
<param-value>200</param-value>
</context-param>
<context-param>
<param-name>org.ajax4jsf.handleViewExpiredOnClient</param-name>
<param-value>true</param-value>
</context-param>
<context-param>
<param-name>com.sun.faces.enableRestoreView11Compatibility</param-name>
<param-value>true</param-value>
</context-param>
Fernando Franzini - Java Blog
Fernando Franzini - Java Blog
Fernando Franzini - Java Blog
Fernando Franzini - Java Blog
If you are using a wood chipper, you are doing it wrong. Even on this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
|