Re: [struts] Being driven mad by the ParametersInterceptor

2008-03-07 Thread Jonny Cavell
>> >> -Dale >> >> - >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> > > ------------------

Re: [struts] Being driven mad by the ParametersInterceptor

2008-03-06 Thread Kropp, Henning
Dale Newfield schrieb: Jonny Cavell wrote: So that brings me back to the original problem - getting all these Error setting expression 'xxx' with value '[Ljava.lang.String;@19a82ee' messages for every single parameter that doesn't have an associated setter method on the action. How do I stop

Re: [struts] Being driven mad by the ParametersInterceptor

2008-03-06 Thread Dale Newfield
Jonny Cavell wrote: So that brings me back to the original problem - getting all these Error setting expression 'xxx' with value '[Ljava.lang.String;@19a82ee' messages for every single parameter that doesn't have an associated setter method on the action. How do I stop these errors? Unless I'm

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
; have > removed the checkbox interceptor from your custom stack. > > Dave > > > ------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --

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

Being driven mad by the ParametersInterceptor

2008-03-06 Thread Jonny Cavell
this interceptor suck big time? Thanks Jonny -- View this message in context: http://www.nabble.com/Being-driven-mad-by-the-ParametersInterceptor-tp15878320p15878320.html Sent from the Struts - User mailing list archive at Nabble.com.