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
there -- the "[Lclassname" format is Java's String representation of an
array.

jk

On Thu, Jun 26, 2008 at 9:47 AM, Lukasz Lenart <[EMAIL PROTECTED]>
wrote:

> > 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]
>
>


-- 
Jim Kiley
Technical Consultant | Summa
[p] 412.258.3346 [m] 412.445.1729
http://www.summa-tech.com

Reply via email to