You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Joanna Chan <jo...@csi.ca> on 2002/02/07 22:36:56 UTC

Redirect to a jsp page

Hello

How do I redirect to a jsp page in struts without allowing the user to press the back key in browser. I want to maintain transactional control so that the user cannot press back key to re-enter somethinig that is already submitted.

Thanks
Joanna


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Redirect to a jsp page

Posted by Bob Williams <rj...@compuserve.com>.
There is a JavaScript command to reset the history list on the browser.  I
don't know what it is off hand.  Just include this command in the page you
send out as a response.

Hope this points you in the right direction.

bob

----- Original Message -----
From: "Joanna Chan" <jo...@csi.ca>
To: <st...@jakarta.apache.org>
Sent: Thursday, February 07, 2002 3:36 PM
Subject: Redirect to a jsp page



Hello

How do I redirect to a jsp page in struts without allowing the user to press
the back key in browser. I want to maintain transactional control so that
the user cannot press back key to re-enter somethinig that is already
submitted.

Thanks
Joanna


--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>