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]>



Reply via email to