Mapping select multiple to collention

2007-08-20 Thread jpedro
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

Re: Mapping select multiple to collention

2007-08-20 Thread Laurie Harper
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