I have a form which appears on multiple pages. The form leads to an action
which changes a simple property. After doing this, I want the action to
simply lead back to the individual page from which it came. I can't register
a single "input" within the action tag of the struts-config.xml file
(because there are multiple actions from which it could possibly come).
Therefore, it doesn't seem like I can use the mapping.findInputForward()
method. I want this form to simply return to the page or action that it was
previously at. What is the most elegant way to do this?

--Pietro

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to