You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Spencer Smith <sp...@newdestiny.net> on 2001/03/02 23:36:15 UTC

Forwarding Question

How can I make a Action object that forwards to 1 of 2 pages based upon success or failure of the validation rules.

Ex.  

If validation for *this Form fails, stay on Page 2.

or

if validation is successful, save data and forward to Page 1.