Re: Determine the previous action

2004-12-17 Thread Frank W. Zammetti
sers Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: Determine the previous action Date: Fri, 17 Dec 2004 16:42:50 -0500 Gnan, The two basic options are: 1) Hope all browsers visiting your site send the http "REFERE

RE: Determine the previous action

2004-12-17 Thread David G. Friedman
Jim, I think that was what I wrote in suggestion #2. :) Regards, David -Original Message- From: Jim Douglas [mailto:[EMAIL PROTECTED] Sent: Friday, December 17, 2004 6:00 PM To: [EMAIL PROTECTED] Subject: RE: Determine the previous action Couldn't you set an attribute and chang

RE: Determine the previous action

2004-12-17 Thread Jim Douglas
Couldn't you set an attribute and change the attribute value when you perform an Action or Submit a screen? From: "David G. Friedman" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List"

RE: Determine the previous action

2004-12-17 Thread David G. Friedman
Gnan, The two basic options are: 1) Hope all browsers visiting your site send the http "REFERER" field. Not all do. 2) Make navigation use forms and submit a hidden parameter holding the URL of the page that kicked out the JSP/HTML/form. Regards, David -Original Message- From: Shabada

RE: Determine the previous action

2004-12-17 Thread Jim Barrows
> -Original Message- > From: Shabada, Gnaneshwer [mailto:[EMAIL PROTECTED] > Sent: Friday, December 17, 2004 9:38 AM > To: '[EMAIL PROTECTED]' > Subject: Determine the previous action > > > > Hello, > How can I determine the previous action I executed in Struts. > I would like > to kn