> hi
> i put below code in my jsp and solved problem.however
> i use html-meta tags it doesnot work.when i use this
> method it works. but i dont understand why this occurs
> like this
> 
> sincerely

Any answer would likely be speculation, but I'm glad to hear it's
working for you.


> <% response.setHeader("Cache-Control","no-cache");
> //HTTP 1.1
> response.setHeader("Pragma","no-cache"); //HTTP 1.0
> response.setDateHeader ("Expires", 0); //prevents
> caching at the proxy server %>

Alternately, you can set 

    nocache="true"

in the <controller .../> element of your struts-config.xml


- Dave



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to