Hi, who can help me out on how to deal with multiple selected value from jsp in action class, how to define this property, I thought I can define it as Vector, sounds don't make sense, how bean form to handle this senario
<html:select multiple="true"> <html:options> </html:options> Thanks. >From: "Toni Nehme" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: html:select tag for multiple selection >Date: Wed, 26 Jun 2002 12:23:42 -0400 > >Hi, > >I am trying to make a multiselection and get the values when I click >on the submit method. > >I have the following in my JSP: > > ><html:select multiple="true" property="names" > > <html:options collection="nameList" labelProperty="name" >property="value"/> ></html:select> > > >In my form, How can I get the selected values. >Do I have to create a variable names of type ArrayList in my form >to get the multiple selection? > >Please let me know what type of variable, I should create in my form. > >Thanks. > > >_________________________________________________________________ >Join the world�s largest e-mail service with MSN Hotmail. >http://www.hotmail.com > > >-- >To unsubscribe, e-mail: ><mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]> _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

