Posted By:
Ted_Husted
Posted On:
Monday, December 31, 2001 03:58 AM
If the Action that calls the setters on the form uses the
form-bean as the Action to which you submit, then it
should work just fine.
Be sure to use the form instance that is passed to the
Action's perform. You will have to cast it, but the controller
will create it.
In the Struts config, be sure that both Actions
specify exactly the same "name" property.
HTH -Ted