In your reset method include a condition where the values are only reset on
the last page of the form.
----- Original Message -----
From: "Michael Binette" <[EMAIL PROTECTED]>
To: "Struts-User" <[EMAIL PROTECTED]>
Sent: Saturday, May 12, 2001 8:20 AM
Subject: Form Reset


> The documentation mentions using one form bean to handle multiple forms
such
> as when you have a wizard type of user interface that spreads the form's
> fields over various pages.
>
> But, everytime the next page is called, ActionServlet.processPopulate
calls
> the form beans reset method and then copies in the form's fields.
>
> How is it possible to keep existing fields already filled in?  Or, am I
> supposed to copy the fields I need to keep in the Action class and then
move
> to the next view?
>
> --
> Thanks,
> Michael Binette
>
>

Reply via email to