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