RE: Select multiple values from a dropdown

2015-02-22 Thread Martin Gainty
> Date: Sun, 22 Feb 2015 09:11:58 -0500 > Subject: RE: Select multiple values from a dropdown > From: lilylove2s...@yahoo.com.INVALID > To: user@struts.apache.org > > Our application has a form on the right pane where user can create a request > and submit it. After the

RE: Select multiple values from a dropdown

2015-02-22 Thread lilylove2shop
has chosen. Regards,  Original message From: Martin Gainty Date:02/21/2015 7:35 PM (GMT-05:00) To: Struts Users Mailing List Cc: Subject: RE: Select multiple values from a dropdown MG>the dropdown list is populated from pets collection located inside the petDao class

RE: Select multiple values from a dropdown

2015-02-21 Thread Martin Gainty
have trouble understanding why you would want to dropdown the selected values upon saving MG>could you explain this strategy? > Date: Sat, 21 Feb 2015 04:50:33 + > From: lilylove2s...@yahoo.com.INVALID > To: user@struts.apache.org > Subject: Re: Select multiple values from a dropdown >

Re: Select multiple values from a dropdown

2015-02-20 Thread Lilylove toshop
Thanks Muralidhar.  I was able to do that.  The dropdown is a part of the request form.  Another question is how do I keep the selected values displayed in the dropdown when the user views the saved request? On Friday, February 20, 2015 11:21 PM, Yaragalla Muralidhar wrote: the bel

Re: Select multiple values from a dropdown

2015-02-20 Thread Yaragalla Muralidhar
the below is the select tag where you can choose multiple values *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sat, Feb 21, 2015 at 2:44 AM, lilylove2shop < lilylove2s...@yahoo.com.invalid> wrote: > Hi all, > > How do I select a

Select multiple values from a dropdown

2015-02-20 Thread lilylove2shop
Hi all, How do I select and display more than one value from a dropdown and display them in jsp using struts2?  Thanks