Don't know if the other servlet containers support this but we use JRun and
it appears to have helped perhaps solved this problem with an entry in
web.xml:
<web-app>
<welcome-file-list><welcome-file>/index.jsp</welcome-file></welcome-file-lis
t>
<session-config>
<session-timeout>30</session-timeout>
</session-config>
<servlet>
<servlet-name>action</servlet-name>
<servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
<init-param>
<param-name>nocache</param-name>
<param-value>true</param-value>
</init-param>
> -----Original Message-----
> From: Phase Web and Multimedia [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 19, 2002 5:36 AM
> To: Struts Users Mailing List
> Subject: RE: Caching in IE
>
>
> Well, what I am looking for is simple. I want my pages to
> pass through the
> controller. But, when IE caches a page it brings up the
> cached page and
> completely bypasses the controler(Action). I have enabled the no-cache
> mechanism in struts. But, it still seems to happen. The only
> way I've been
> able to solve it is to change IE settings. That is not an
> option when a site
> goes live. Telling the public they have to change their
> browser settings
> won't do :-).
>
> Brandon Goodin
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>