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 actions can
implement to specify there should be no automatic setting of params.

Cheers

Jonny 


Kropp, Henning wrote:
> 
> 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 these errors?
>>
>> Unless I'm mistaken, those are not errors, just WARNings.  You are 
>> free to change your logging levels so they don't make it into your log 
>> files.
> As I am experiencing the same problems by now. I have checked and those 
> messages are not logged if devMode is turned off.
>>
>> -Dale
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
> 
> ---------------------------------------------------------------------
> 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 the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to