Re: Back button problem

2006-02-04 Thread Ranganathan Srinivasan
Hi, Thanks for your response, I have not done anything like disabling cache in my jsp. Any idea why it is occuring ? Regards, Ranganathan On 2/4/06, Deepa Khetan <[EMAIL PROTECTED]> wrote: > > ur page will be reloaded if u have disabled caching of the pages. Have u > done it? > > On 2/4/06, Ran

Re: Back button problem

2006-02-04 Thread Deepa Khetan
ur page will be reloaded if u have disabled caching of the pages. Have u done it? On 2/4/06, Ranganathan Srinivasan <[EMAIL PROTECTED]> wrote: > > Hi, > > I am facing a peculiar problem with back button. When I click back button > o= > n > my application, the page is reloaded instead of showing me

Re: Back Button Problem..

2005-12-25 Thread Srinivasu Gandu
> > > > > Then again that message appears to be specific to IE on XP SP2 > > http://support.microsoft.com/default.aspx?scid=kb;en-us;890178 > > > > Anyone else? > > M- > > > > - Original Message - > > From: "Priya Saloni

Re: Back Button Problem..

2005-12-22 Thread Marcelo Morales
Hello again On Dec 22, 2005, at 3:27 PM, Priya Saloni wrote: Hi Marcelo, //You solve this issue with a redirtect-after-post hack on the logoff //action. Thats what iam doing in the following code.. request.getSession().removeAttribute("sessionState"); request.getSession().invalidate(); respo

Re: Back Button Problem..

2005-12-22 Thread Priya Saloni
Hi Marcelo, //You solve this issue with a redirtect-after-post hack on the logoff //action. Thats what iam doing in the following code.. request.getSession().removeAttribute("sessionState"); request.getSession().invalidate(); response.sendRedirect("/BMS/logout_success.jsp"); //This you solve by

Re: Back Button Problem..

2005-12-22 Thread Marcelo Morales
Hello On Dec 16, 2005, at 10:48 AM, Priya Saloni wrote: Hi there, I facing a BIG problem in my struts based application.When i logout my website and hit back button it showing a page like the following // Warning: Page has Expired The page you requested was created using information you submi

Re: Back Button Problem..

2005-12-21 Thread Martin Gainty
%22+AND+%22Action+class%22+AND+%22saveToken%22&hl=en HTH, Martin- - Original Message - From: "Srinivas Jadcharla" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, December 21, 2005 1:02 PM Subject: Re: Back Button Problem.. > You can f

Re: Back Button Problem..

2005-12-21 Thread Srinivas Jadcharla
ort.microsoft.com/default.aspx?scid=kb;en-us;890178 > > > > Anyone else? > > M- > > > > - Original Message - > > From: "Priya Saloni" <[EMAIL PROTECTED]> > > To: "Struts Users Mailing List" > > Cc: "Garner, Ni

Re: Back Button Problem..

2005-12-19 Thread Priya Saloni
Original Message - > From: "Priya Saloni" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Cc: "Garner, Nigel M" <[EMAIL PROTECTED]> > Sent: Friday, December 16, 2005 1:46 PM > Subject: Re: Back Button Problem.. > > > Tha

Re: Back Button Problem..

2005-12-16 Thread Michael Jouravlev
t; > To: "Struts Users Mailing List" > Cc: "Garner, Nigel M" <[EMAIL PROTECTED]> > Sent: Friday, December 16, 2005 1:46 PM > Subject: Re: Back Button Problem.. > > > Thanks for your time.But i can't use Appuse at this time because my project > re

Re: Back Button Problem..

2005-12-16 Thread Martin Gainty
From: "Priya Saloni" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Cc: "Garner, Nigel M" <[EMAIL PROTECTED]> Sent: Friday, December 16, 2005 1:46 PM Subject: Re: Back Button Problem.. Thanks for your time.But i can't use Appuse at this time becaus

Re: Back Button Problem..

2005-12-16 Thread Michael Jouravlev
For some reason your redirect does not work. Maybe session is not invalidated as well? Is this piece of code ever evaluated? Michael. On 12/16/05, Priya Saloni <[EMAIL PROTECTED]> wrote: > Hi there, > > I facing a BIG problem in my struts based application.When i logout my > website and hit back

Re: Back Button Problem..

2005-12-16 Thread Priya Saloni
Thanks for your time.But i can't use Appuse at this time because my project ready for production(Except this problem). Priya On 12/16/05, Garner, Nigel M <[EMAIL PROTECTED]> wrote: > > You could always use a ServletFilter to make sure that users never have > access to pages that you don't want t

Re: Back Button Problem

2004-09-12 Thread venkat raju
Hope the following helps to get to the root of the problem; I am using post method to submit the form. And sometimes when I click on back button, it says "Handler parameter not found". Is it some known bug in Struts or Tiles? --- venkat raju <[EMAIL PROTECTED]> wrote: > Hi All, > > I have