Hi

I know that in IE you sometimes have to set the response headers in Java,
e.g:

<%
response.setHeader("Pragma", "no-cache");
response.setDateHeader("Expires", 0);
response.setHeader("Cache-Control", "no-cache");
%>

Put that in skel.jsp.

One last thing, make sure you have cleared out your IE cache before
re-testing (Tools > Internet Options > Delete Files > Delete All Offline
Content > Ok).

Good Luck,
Karim

----- Original Message -----
From: "kiuma" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, January 15, 2003 3:00 PM
Subject: Re: AW: Refresh on MSIE, PLEASE HELP!! NOT SOLVED


> Hirschmann, Bernhard ha scritto:
>
> >>Sadly this doesn't solve the problem!
> >>
> >>
> >
> >Does your browser use a http proxy? Maybe this is the reason.
> >
> >Bernhard
> >
> >--
> >To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> >For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
> >
> >.
> >
> >
> >
> No proxy set.
> The fact is that with Mozilla works but not with MSIE.
> I'm using tiles  and I see this strange bheav.
>
> I'm using tiles
>
> so I have
>
> <%@ taglib uri="/WEB-INF/struts-tiles.tld"
>         prefix="tiles" %>
> <%@ taglib uri="/WEB-INF/struts-bean-el.tld"
>         prefix="bean-el" %>
>
> <tiles:insert page="/skel.jsp" flush="true">
>     <tiles:put name='title' content='WebAppointments v1.0' direct='true'/>
>     <tiles:put name='topborder' content='/topborder.jsp'/>
>     <tiles:put name='menu' content='/secure/menu.jsp'/>
>     <tiles:put name='centerframe'
> content='/secure/activitycenteredit_center.jsp'/>
> </tiles:insert>
>
>
> I write the server current time in '/secure/menu.jsp' and
> '/secure/activitycenteredit_center.jsp' which contains the form.
>
> but, while in men the time is update when i access the page,
> /secure/activitycenteredit_center.jsp continue to hold old values.
>
>
> in skel.jsp'   header I've put
>
>     <meta http-equiv="pragma" content="no cache">
>     <meta http-equiv="cache-control" content="no store">
>     <meta http-equiv="expires" content="0">
>
>
> The problem is only with MSIE!!
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>



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

Reply via email to