Hi,
I have this code:
jsp:
<html:select property="selectedList" multiple="true">
<htmlptionsCollection property="oList" value="id"
label="description"/>
</html:select>
the property oList is a type 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
I have this code:
jsp:
<html:select property="selectedList" multiple="true">
<htmlptionsCollection property="oList" value="id"
label="description"/>
</html:select>
the property oList is a type 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