Re: Session Attribute strange behaviour

2006-01-13 Thread Laurie Harper
- Original Message - From: Marcelo Morales To: Struts Users Mailing List Cc: Gaet Sent: Thursday, January 12, 2006 10:32 PM Subject: Re: Session Attribute strange behaviour Hello again On Jan 12, 2006, at 4:19 AM, Gaet wrote: > Thanks all for your reply! > >

Re: Session Attribute strange behaviour

2006-01-13 Thread Michael Jouravlev
On 1/13/06, Gaet <[EMAIL PROTECTED]> wrote: > Hi, > > Thanks Marcelo, > > For the back button of the browser I have disabled it because user does "tax > declaration" on the web site. > The problem with the back button of the browser is to handle the values typed > by the user 3 pages ago...so if

Re: Session Attribute strange behaviour

2006-01-13 Thread Gaet
alling the appropriate struts action. I would like to know how webmaster usually do this behaviour TIA - Original Message - From: Marcelo Morales To: Struts Users Mailing List Cc: Gaet Sent: Thursday, January 12, 2006 10:32 PM Subject: Re: Session Attribute strange behaviour

Re: Session Attribute strange behaviour

2006-01-12 Thread Marcelo Morales
Hello again On Jan 12, 2006, at 4:19 AM, Gaet wrote: Thanks all for your reply! Michael : What are "navigation buttons"? an applet, a dhtml framework? Have you a link? thanks He is questioning your requirement. It does not seem reasonable to put a link to the last page visited when the b

Re: Session Attribute strange behaviour

2006-01-12 Thread Gaet
el Jouravlev To: Struts Users Mailing List Sent: Wednesday, January 11, 2006 6:27 PM Subject: Re: Session Attribute strange behaviour On 1/11/06, Gaet <[EMAIL PROTECTED]> wrote: > Hi the list, > > I know this is not a struts question (unless there is a simpler solution &g

Re: Session Attribute strange behaviour

2006-01-11 Thread Marcelo Morales
Hello On Jan 11, 2006, at 12:32 PM, Gaet wrote: Hi the list, I know this is not a struts question (unless there is a simpler solution with struts :o)) My goal : Add a back button on each of my pages with the url from where the user comes (or another url if it comes from a page at a deepe

RE: Session Attribute strange behaviour

2006-01-11 Thread Garner, Shawn
quot;backURL", "/initA.do"); return mapping.getForward("mapping to B"); } } -Original Message----- From: Gaet [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 11, 2006 10:33 AM To: Mailing List Struts Subject: Session Attribute strange behaviour Hi the lis

Re: Session Attribute strange behaviour

2006-01-11 Thread Michael Jouravlev
On 1/11/06, Gaet <[EMAIL PROTECTED]> wrote: > Hi the list, > > I know this is not a struts question (unless there is a simpler solution > with struts :o)) > > My goal : Add a back button on each of my pages with the url from where the > user comes (or another url if it comes from a page at a deeper

Session Attribute strange behaviour

2006-01-11 Thread Gaet
Hi the list, I know this is not a struts question (unless there is a simpler solution with struts :o)) My goal : Add a back button on each of my pages with the url from where the user comes (or another url if it comes from a page at a deeper level) So i code the following simple code : Page A.j