| Author |
Problem with client side state saving
|
Shasi Mitra
Ranch Hand
Joined: Nov 27, 2008
Posts: 101
|
|
If i use <context-param> </description> <param-name>javax.faces.STATE_SAVING_METHOD</param-name> <param-value>client</param-value> </context-param> for every page lot of junk data is created as hidden when i see the view source. Also i need client side state saving only for at particluar places not for the entire application. I've used <t:saveState but it needs the context-param set as Client it seems..Any solution for this?
|
 |
 |
|
|
subject: Problem with client side state saving
|
|
|