With client state saving, I was under the impression that only managed beans
in session scope or used in t:saveState would be serialized into the hidden
javax.faces.ViewState variable.  However, my application's creating
ViewStates in pages with very simple forms that are almost 70 kb long!

I'm thinking that if I serialized all managed beans in all scopes + resource
bundle, it might come to about that.

Do you know what specifically is stored in ViewState?  Put in other words,
what is best way to architect application to minimize size of ViewState
while still using client state saving?

Thanks, I appreciate any advice,
Ken

Reply via email to