RE: How to handle a multiple select tag

2003-01-23 Thread Sri Sankaran
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

RE: How to handle a multiple select tag

2003-01-23 Thread Jordan Thomas
]] 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&#x

RE: How to handle a multiple select tag

2003-01-23 Thread Sri Sankaran
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