Re: caching and reload

2007-04-10 Thread stanlick
Are you talking about reset in a Struts form? Make sure the bean is scoped to request. On 4/6/07, Laurie Harper <[EMAIL PROTECTED]> wrote: Chris Pat wrote: > Hello > Is/how it possible to clear the cache on an action? > My action works perfectly, however when the user hits reload > the previou

Re: caching and reload

2007-04-06 Thread joey
do you have this? On 4/7/07, Laurie Harper <[EMAIL PROTECTED]> wrote: Chris Pat wrote: > Hello > Is/how it possible to clear the cache on an action? > My action works perfectly, however when the user hits reload > the previous values are repeated. I'm not sure what cache you're talking abou

Re: caching and reload

2007-04-06 Thread Laurie Harper
Chris Pat wrote: Hello Is/how it possible to clear the cache on an action? > My action works perfectly, however when the user hits reload > the previous values are repeated. I'm not sure what cache you're talking about, but isn't this behaviour as you would expect? If I refresh a page, I exp