Re: Struts 2 - Unexpected Exception

2008-06-26 Thread Lukasz Lenart
2008/6/26 Jim Kiley <[EMAIL PROTECTED]>: > I believe what Lukasz is trying to get across is that when Struts sees the > underscore in the submitted data it assumes that it is working with a > collection or array of some kind. The fact that it referred to your value > as '[Ljava.lang.String' rather

Re: Struts 2 - Unexpected Exception

2008-06-26 Thread Lukasz Lenart
2008/6/26 Eric Hamacher <[EMAIL PROTECTED]>: > Solved it. I forgot to enter the class attribute in my configuration. > Thanks! Exactly, that was in exception, the class name was ActionSupport and not your class ;-) Regards -- Lukasz http://www.lenart.org.pl/ --

RE: Struts 2 - Unexpected Exception

2008-06-26 Thread Eric Hamacher
Solved it. I forgot to enter the class attribute in my configuration. Thanks! -Original Message- From: Lukasz Lenart [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2008 9:07 AM To: Struts Users Mailing List Subject: Re: Struts 2 - Unexpected Exception 2008/6/26 Eric Hamacher

Re: Struts 2 - Unexpected Exception

2008-06-26 Thread Lukasz Lenart
2008/6/26 Eric Hamacher <[EMAIL PROTECTED]>: > Changed everything to param1. Still the same error. Could you show your jsp? Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Re: Struts 2 - Unexpected Exception

2008-06-26 Thread Jim Kiley
I believe what Lukasz is trying to get across is that when Struts sees the underscore in the submitted data it assumes that it is working with a collection or array of some kind. The fact that it referred to your value as '[Ljava.lang.String' rather than the String's actual value is the tipoff the

Re: Struts 2 - Unexpected Exception

2008-06-26 Thread Lukasz Lenart
> What am I missing? Name of the parameter, change it to param1 and getter/setter Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]