Hello,
 
sorry, but it does'nt seem to solve the problem.
I tried the new setting by adding the following in the web.xml:
 
 <context-param>
  <param-name>org.apache.myfaces.SERIALIZE_STATE_IN_SESSION</param-name>
  <param-value>false</param-value>
 </context-param>
 
but it does not change anything.
 
I also tried client side state saving, but I still got the problem.
 
Of course, I could initialize the concerned fields in my backing bean, but I think I lose a JSF feature then!
 
Bye, Dan

 
 

Reply via email to