ArrayList doesn't work for me... when I changed it back to String[] just after that it works Ok. I changed this type in my Form too, to be in sync with tag.
also I didn't find any doc / spec for this type. any help are very welcome Best Regards. Michael. -----Original Message----- From: Sri Sankaran [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 6:53 PM To: Struts Users Mailing List Subject: RE: [Q] can I use ArrayList type for <http:multibox> property ? Quoting the docs ..Renders an HTML <input> element of type checkbox, whose "checked" status is initialized based on whether the specified value matches one of the elements of the underlying property's array of current values... I'd guess it must be an Object[]. I have used it only with String[]s. Sri -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 5:40 PM To: [EMAIL PROTECTED] Subject: [Q] can I use ArrayList type for <http:multibox> property ? Hello, what types allowed for <http:multibox> property ? Best Regards. Michael. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

