Problem with caching

2002-03-27 Thread Slimane Zouggari
Hi, When I try to follow a link to one of My action class. Sometimes, it works correctly and sometimes, my browser just take the old copy of the generated page it has in cache. My question is: How can I avoid that ? What do I have to do to be sure my browser doesn't set anything in cache ?

Re: Problem with caching

2002-03-27 Thread Christian Bouessay
For all actions, you could configure the ActionServlet in web.xml, like this: ... init-param param-namenocache/param-name param-valuetrue/param-value /init-param ... -- C. Bouessay Slimane Zouggari wrote: Hi, When I try to follow a link to one of My action class.

RE: Problem with caching

2002-03-27 Thread Slimane
is your dev environment? IIS + IE5 :) hth Ingo -Original Message- From: Slimane Zouggari [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 27. März 2002 17:18 To: [EMAIL PROTECTED] Subject: Problem with caching Hi, When I try to follow a link to one of My action class. Sometimes, it works correctly

Re: Problem with caching

2002-03-27 Thread Slimane
Thanx, I'll try At 17:35 27/03/2002 +0100, Christian Bouessay wrote the following For all actions, you could configure the ActionServlet in web.xml, like this: ... init-param param-namenocache/param-name param-valuetrue/param-value /init-param ... -- C. Bouessay Slimane