anuary 23, 2003 10:06 AM
> To: Struts Users Mailing List
> Subject: RE: How to handle a multiple select tag
>
>
> Thanks Sri for the help. I have updated the code to reflect
> your suggestions. I actually had an ArrayList in there
> originally and I changed it to an Strin
]]
Sent: Thursday, 23 January 2003 3:27 PM
To: Struts Users Mailing List
Subject: RE: How to handle a multiple select tag
Is this setter being called at all? If the 'permissions' property of your
form-bean is some kind of List (as it seems looking at the setter you have
shown) I don
Is this setter being called at all? If the 'permissions' property of your form-bean
is some kind of List (as it seems looking at the setter you have shown) I don't think
this setter will be invoked at all. Struts will look for a
void setPermissions(List x)
method. Likewise when you displa
3 matches
Mail list logo