Supporting a back button without JavaScript

2004-02-09 Thread Brian Ivey
Dear List, I have to give my application users a way to navigate to the previous page without using the browser back button. Program constraints prevent me from using JavaScript to solve this. Because many JSP pages use the same Actions I am unable to simply hard code the referring page to

Re: Supporting a back button without JavaScript

2004-02-09 Thread James Mitchell
On Mon, 9 Feb 2004, Brian Ivey wrote: Dear List, I have to give my application users a way to navigate to the previous page without using the browser back button. Program constraints prevent me from using JavaScript to solve this. Because many JSP pages use the same Actions I am unable to

RE: Supporting a back button without JavaScript

2004-02-09 Thread anant.parnami
this path in each and every form bean And when we get any errors we can redirect it to -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 12:20 AM To: Struts Users Mailing List Subject: Re: Supporting a back button without JavaScript On Mon, 9

RE: Supporting a back button without JavaScript

2004-02-09 Thread Guillermo Meyer
. To: [EMAIL PROTECTED] Subject: RE: Supporting a back button without JavaScript James/Brian I have thought of another way of doing this but please correct me if I'm wrong Take a case I have a prepare1Action which forwards it to ABC.jsp prepare2Action also forwarding it to ABC.jsp Then ABC.jsp