jpedro wrote:
Hi,
I have this code in my jsp:
<html:select property="selectedList" multiple="true">
<html:optionsCollection property="oList" value="id"
label="description"/>
</html:select>
the property oList is a typed List in the form and it works fine.
The problem is that i can only map the property selectedList to an array.
I wold like to map this property to a List or a Set. Is that possible?
Thanks,
JP
Please post questions about using Struts to the Struts Users list only.
The Struts Dev list is for discussing the development and enhancement of
Struts itself.
http://struts.apache.org/mail.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]