VALIDATING
USER INPUT
This plugin
has been created in a way
that there is NO
interference with the Validation
plugin. As the server-side
validation is done in ActionForms
or Actions, there is no problem
with this plugin.
Struts Wizard
plugin can make easier the
validation of a wizard when
this validation occurs at
the final step of the wizard.
In the last action, if some
problems occurs, users can
redirect to any step with
the WizardFlow.findForward()
method. This method creates
the ActionForward corresponding
of a specicifc a step and
returns it; thus this ActionFoward
can be return as the result
of the Action.execute() method.
|