Re: Navigating back to a previous page

2005-08-29 Thread 梁炳場
Users Mailing List' user@struts.apache.org Sent: Saturday, August 27, 2005 9:45 AM Subject: Re: Navigating back to a previous page Hmm Correct me if I wrong, but I think the reset method of the form will help you only if you want to get back to the input page of the form

RE: Navigating back to a previous page

2005-08-29 Thread Sharda, Ravi
I guess javascript:history.back() should help you. Regds.- Ravi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, August 29, 2005 2:51 PM To: Struts Users Mailing List; Martin Gainty Subject: Re: Navigating back to a previous page Can it be done

Navigating back to a previous page

2005-08-27 Thread jonathan gilmore
I have a common screen that is navigated to by many other screens. Does Struts have support for remembering the previous screen so that my common screen needs only one 'back' button to return the user to their original location? I have looked through the docs and havn't found anything.

Re: Navigating back to a previous page

2005-08-27 Thread Manfred Wolff
http://www.manfred-wolff.de/struts/articles/HowTo-Back.html jonathan gilmore schrieb: I have a common screen that is navigated to by many other screens. Does Struts have support for remembering the previous screen so that my common screen needs only one 'back' button to return the user to

Re: Navigating back to a previous page

2005-08-27 Thread Martin Gainty
Mailing List' user@struts.apache.org Sent: Saturday, August 27, 2005 9:45 AM Subject: Re: Navigating back to a previous page Hmm Correct me if I wrong, but I think the reset method of the form will help you only if you want to get back to the input page of the form. In the described usecase