From: "Johannes Wolfgang Woger" <[EMAIL PROTECTED]>
> I have jsp page (say pageA) that can be reached form two other pages.
> A success message should be send back to the page which invoked
> pageA, when some work was successfully done.
> How can the user get back to the right page, from which he initially
> forwarded to pageA ?

Check the archives, this is a common problem in Struts, as it's all about
FORWARD and has no inherent way to go back.

Some people have come up with elaborate breadcrumb systems, Filters that
push and pop values from a Stack kept in session scope, etc.  I just place a
Session Attribute and use that to figure out where to go next.

-- 
Wendy Smoak


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

Reply via email to