Re: how to disable the back button in Struts 1.2.3 ?

2008-08-18 Thread Nils-Helge Garli Hegvik
In case you missed the reply the first time you asked: http://www.nabble.com/how-to-disable-the-back-button-in-Struts-1.2.3---to18982816.html#a18989078 Nils-H On Mon, Aug 18, 2008 at 9:51 AM, Fernandes Celinio SGCF <[EMAIL PROTECTED]> wrote: > > Hi, > I want to forbid the

how to disable the back button in Struts 1.2.3 ?

2008-08-18 Thread Fernandes Celinio SGCF
Hi, I want to forbid the user to go back. This Javascript trick does not work in actions: window.history.forward(1); Is there a way to disable the back button in Struts ? Thanks = Ce message et toutes les pieces jointes (ci

Re: how to disable the back button in Struts 1.2.3 ?

2008-08-14 Thread Laurie Harper
Fernandes Celinio SGCF wrote: Hi, I want to forbid the user to go back. Javascript does not work in actions: Well, obviously; Javascript runs on the client, actions run on the server. window.history.forward(1); Is there a way to disable the back button in Struts ? Thanks That code

how to disable the back button in Struts 1.2.3 ?

2008-08-14 Thread Fernandes Celinio SGCF
Hi, I want to forbid the user to go back. Javascript does not work in actions: window.history.forward(1); Is there a way to disable the back button in Struts ? Thanks = Ce message et toutes les pieces jointes (ci-apres le

Re: Back Button in Struts

2006-01-04 Thread Ted Husted
Usually, those are pages that used POST to submit data. The usual technique is to redirect after making a POST, so that the data is not resubmitted. If that doesn't solve the problem, then you might want to look into a wizard extension, like Struts Dialog * http://struts.sourceforge.net/strutsdia

Back Button in Struts

2005-12-29 Thread gayatri devi
Hi All, I am facing a problem with Browser Back Button in my struts application. I didn't maintain cache and whenever i click back it will load the page from the server. It was unable to load some pages. It is giving "Page Cannot Be Displayed". I don't want to see this "Page Can