In the sample application that's part of the Struts distribution, there are
two additional attributes in action.xml - success and failure. These
attributes define which JSP page should be forwarded to which request based
on a success and failure condition of the validate method of the ActionForm
class......
My question is..
Can i specify alternate flows in the structs-config.xml file (where i
declare the action classes and the success/failure flow) so that based on
the business logic (or security realm), i can send the user to different
pages ?
cheers,
Amar..