You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Richard Raquepo <rr...@primeorion.com> on 2003/03/06 07:45:18 UTC

how can i make my pages sensetive to back and forward

Help anyone...

how can i make my pages sensetive to back and forward?

i tried putting this in my html

 <META HTTP-EQUIV="Pragma" content="no-cache">
 <META HTTP-EQUIV="Cache-Control" CONTENT="no cache"> 
 <META HTTP-EQUIV="Expires" CONTENT="Thursday, 10-Jan-69 00:00:00 GMT">
 <META HTTP-EQUIV="Expires" CONTENT="-1">

but it does nothing. I've read that you have to used request.setHeader() thing?

if so, how do i put in my action class?



thanks

how can i make my pages sensetive to back and forward

Posted by Richard Raquepo <rr...@primeorion.com>.
Help anyone...

how can i make my pages sensetive to back and forward?

i tried putting this in my html

 <META HTTP-EQUIV="Pragma" content="no-cache">
 <META HTTP-EQUIV="Cache-Control" CONTENT="no cache">
 <META HTTP-EQUIV="Expires" CONTENT="Thursday, 10-Jan-69 00:00:00 GMT">
 <META HTTP-EQUIV="Expires" CONTENT="-1">

but it does nothing. I've read that you have to used request.setHeader()
thing?

if so, how do i put in my action class?



thanks



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org