| Author |
making pages sensetive in struts
|
Jay Richards
Ranch Hand
Joined: Jan 16, 2003
Posts: 58
|
|
Help anyone... how can i make my pages sensetive to back and forward button? 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 it in my action class? thanks
|
 |
 |
|
|
subject: making pages sensetive in struts
|
|
|