aspose file tools
The moose likes Struts and the fly likes making pages sensetive in struts Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "making pages sensetive in struts" Watch "making pages sensetive in struts" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: making pages sensetive in struts
 
Similar Threads
how to prevent caching in IE 6
Tomcat doesn't respond to changes
Question on NOT Cache....
no cache for images
After Logout still keeping session