Re: [struts] Being driven mad by the ParametersInterceptor

2008-03-07 Thread Jonny Cavell
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Being-driven-mad-by-the-ParametersInterceptor-tp15878320p15891101.html Sent from

Being driven mad by the ParametersInterceptor

2008-03-06 Thread Jonny Cavell
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. - To unsubscribe, e-mail: [EMAIL

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 while

Re: Being driven mad by the ParametersInterceptor

2008-03-06 Thread Jonny Cavell
in context: http://www.nabble.com/Being-driven-mad-by-the-ParametersInterceptor-tp15878320p15879264.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

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 functionality

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: [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