Thanks to all who replied. The workaround proposed by Robin works fine for
me - I have just added <xsp:logic> block with this method declaration
outside my root tags in the xml source and it works as expected.
Thanks a lot.
Mariusz
On Wed, 2 Aug 2000, Robin Green wrote:
> Mariusz Nowostawski <mariusz@marni.otago.ac.nz> wrote:
> >How I can force Cocoon to process the request every time, instead of using
> >cache? How I can make it working with POST requests correctly?
>
> This looks like a bug. But in the meantime, you could just put
>
> public boolean hasChanged (Object context) {
> return true;
> }
>
> in your Producer or XSP that processes the form (I assume you're using a
> Producer?)
|