It may be worth looking at Spring Web Flow, I think it's design to fit
that kind of needs.
- Pascal
Paul Benedict wrote:
Mark,
I had this same problem :-) One downside of action-based frameworks is
that there is no sense of a "page" -- just actions. You need to
somehow mark which actions belong to page views, and then remember the
last hit in your session.
Paul
Mark P Ashworth wrote:
Good Day,
If I have an action that has completed, say a save action, and I
would like
to redirect to the referring action of the original edit how can I
structure
my application to do this.
I thought about saving the referrer in the edit page and the
redirecting but
then I would need a redirect-action type in the struts.xml for every
possible redirect possible. Is there not a more dynamic mechanism to
redirect to the referrer.
Regards,
Mark P Ashworth
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]