Re: Being driven mad by the ParametersInterceptor

2008-03-06 Thread Dave Newton
--- Jonny Cavell <[EMAIL PROTECTED]> wrote: > This highlights a problem in the way that interceptors are configured. If I > want to remove one from the default stack, I can't then easily put it back > in the same place for a specific action. On the rare occasions where I've needed this functionali

Re: Being driven mad by the ParametersInterceptor

2008-03-06 Thread Jonny Cavell
I haven't moved the checkbox interceptor, but of course the order has changed - in the default stack the checkbox interceptor comes before the params interceptor. This highlights a problem in the way that interceptors are configured. If I want to remove one from the default stack, I can't then ea

Re: Being driven mad by the ParametersInterceptor

2008-03-06 Thread Dave Newton
--- Jonny Cavell <[EMAIL PROTECTED]> wrote: > Fed up with messages such as Error setting expression 'xxx' with value > '[Ljava.lang.String;@19a82ee', I got rid of this Interceptor from my > default stack. > > However, I wanted to use it for a particular action, so I added it there. > It took me a