[Opensource] problem with multiple selects
Parag Shah
pshah at adaptivesoftware.biz
Thu Feb 6 23:24:01 PST 2003
Hi,
I am not able to get multiple select to work from my JSP. I am using the
Struts Tag library, in Expresso 5.0. Heres the code
<td>
<html:select multiple="true" property="copyTo">
<html:options name="queryForm" property="copyToList" />
</html:select>
</td>
copyTo is defined as String[]
copyToList is an ArrayList
queryForm is a subclass of ActionForm
When I make multiple selects, only the first value is stored in copyTo.
Has anyone had such a problem.
In case this is a Struts bug ... would there be any Struts-Expresso
integration issues if I put the latest Struts release in my Expresso lib?
Thanks
Parag Shah
Adaptive Software Solutions
More information about the Opensource
mailing list