On Thu, 20 Jan 2005 07:10:16 +0530, Sudheer <[EMAIL PROTECTED]> wrote: > No, single textarea with multiple item selected. I want to get the selected > items.
If you're thinking of something a GUI text area where you can get the area the user selected, then you can't do it. It's an HTML thing. You only have a connection back to the server when the user performans an action (clicks a link, pushes a button etc). > > Thank you > > -----Original Message----- > From: David G. Friedman [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 19, 2005 11:02 PM > To: Struts Users Mailing List > Subject: RE: getting html:textarea multiliple values > > Sudheer, > > Textareas are single fields, not like pulldowns which could have multiple > items selected (or checkboxes, etc.). Are you saying you have many > html:textarea tags with the same property name for different purposes? > > -David, very confused by your question > > -----Original Message----- > From: Sudheer [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 19, 2005 12:01 PM > To: Struts Users Mailing List > Subject: getting html:textarea multiliple values > > Hi, > > How to retrieve multiple values selected for a html control like textarea > from the form ? > > Thank you. > > Sudheer > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]