Be carreful, your action class must be threadsafe, so you cannot store datas as intance variable. Use session scope instead.
> Hi, > > I open a form, collect user input and on submit store it in the action class > (inside perform()) as > instance variables. Next time when the same form is opened, I want to > retrieve the values > stored in the action class. Since a new instance of the form bean is created > every time a form > is accessed, is there anyway to get the field values stored in the action > class from the bean > form? > > Thanks, > Bhaskar > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

