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
-- 
View this message in context: 
http://www.nabble.com/Mapping-select-multiple-to-collention-tf4299662.html#a12238358
Sent from the Struts - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to