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
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
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
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
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
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
6 matches
Mail list logo