You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by jpedro <pe...@gmail.com> on 2007/08/21 01:37:14 UTC

Mapping select multiple to collention

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-tf4302178.html#a12245882
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org