Re: [struts] Being driven mad by the ParametersInterceptor

2008-03-07 Thread Jonny Cavell
Yes, you're right that they are just warnings and I could eliminate them with logging config; also yes I'm running in devMode. Looking at the source, the exception will always be thrown and logged though, even when not in devMode. I've noticed there's a NoParameters marker interface which

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