Re: T5 Multiple Select Box Values

2007-09-05 Thread Davor Hrg
Select component doesn't support multiple values at the moment. it handles form submission by calling _request.getParameter(elementName); which returns only first value. Davor Hrg On 9/5/07, Sean McCarthy <[EMAIL PROTECTED]> wrote: > > Does anyone have a simple example on how to get the selected

T5 Multiple Select Box Values

2007-09-05 Thread Sean McCarthy
Does anyone have a simple example on how to get the selected items from a select list. In all of my experimentation I only get the value of the first item that has been selected. I have reviewed the GenericSelectionModel and it seems like a lot of effort to receive a comma separated list.