Anything that is returned from saveState on any object implementing StateHolder is saved into the view state. (All UIComponents implement StateHolder)
On 8/23/07, Ken McArthur <[EMAIL PROTECTED]> wrote: > > 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

