Message view | « Date » · « Thread » |
---|---|
Top | « Date » · « Thread » |
From | "Daniel Chacón Sánchez" <danielc...@gmail.com> |
Subject | Re: AJAX + Struts, IE Problem |
Date | Fri, 22 Sep 2006 00:39:41 GMT |
I made it, in fact was a cache problem: <% 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 %> With that my application ran on IExplorer, thanks all for the help | |
Mime |
|
View raw message |