It'd probably help if you posted parts of your page tags. Using t:saveState should work, so if it's not working, there's probably something else involved.
On 3/14/06, Vladimir Coutinho <[EMAIL PROTECTED]> wrote: > > But I'm using saveState in both pages. > > The user fill some parts of the form, press "save" button e he goes to > other page with saveState to complete the form or came back to the same page > (case is not necessary fill the second form). But the object is not being > saved. > > > > On 3/10/06, Mike Kienenberger <[EMAIL PROTECTED]> wrote: > > On 3/10/06, Vladimir Coutinho <[EMAIL PROTECTED]> wrote: > > > I'm using saveState to preserve a request backing bean from a page to > other. > > > In the other page the user fill other fields of the form. But in the > action, > > > the properties that I'm do not put in the 2nd page are not being > preserved. > > > Do I have to put the fields of the form 1 as hidden input in the form in > 2nd > > > page? > > > > No, just use identical saveState tags on both pages. > > > > > > -- > Vladimir M Coutinho

