Posted By:
Adam_Silverthorne
Posted On:
Sunday, July 14, 2002 04:37 AM
I would like my struts application to detect where the action orginated, and once processed, forward the request back to that location. Any idea how I can do this?
For example, say your on the main page and you click to edit your account, then you change your account info, after the SaveAccount action is processed, I want to send you back to the page you came from.
Thanks