Subject: Re: Persisting values from a form From: "zb cong" <[EMAIL PROTECTED]> === hello
i don't know your detail,but i think , in your Action class, you can encapsulate your ActionForm class to a object,and save it to your session,when you come back,you can retrieve the object from your session variable. "David Hoots" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; I have a form that is a set of criteria used for performing a search. I don't need to persist the search criteria across Web sessions, but would like to persist them within a session. Every time I go to the page that has the search criteria a new form instance gets created. Could anybody tell me a way to get struts to reuse a form that was previously saved (in the session for example)? Thanks in advance, David -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

