Re: Retrieving all selected values from a Select

2006-06-13 Thread Jesse Kuhnert
What does the rewind() method look like in your custom component? Does it call IRequestCycle.getParameter() or IRequestCycle.getParameterValues() ? On 6/13/06, Rui Pacheco <[EMAIL PROTECTED]> wrote: Just one detail, folks. I managed to implement my select with multiple values. I dont want to u

Retrieving all selected values from a Select

2006-06-13 Thread Rui Pacheco
Just one detail, folks. I managed to implement my select with multiple values. I dont want to use a Palette because I only need one select and a MultiplePropertySelection breaks my design because it uses checkboxes. My problem is, when I submit the form, I only receive one of the selected elemen