Re: select multiple woes

2005-01-20 Thread Will Stranathan
Yes, it did. Which is why the detailed logging shows: setProperty([EMAIL PROTECTED], bar, [2,4,8]) I had selected mutliple items. w On Thu, 20 Jan 2005 00:22:56 -0600 Kishore Senji <[EMAIL PROTECTED]> wrote: Did you take a look at the html source (with String[])? It should have multiple="multiple

Re: select multiple woes

2005-01-19 Thread Kishore Senji
Did you take a look at the html source (with String[])? It should have multiple="multiple" in the On Wed, 19 Jan 2005 20:54:05 -0600, Will Stranathan <[EMAIL PROTECTED]> wrote: > I promise I google'd first > > I'm trying to use a multiple-select select box, for example: > > > One > Two >

select multiple woes

2005-01-19 Thread Will Stranathan
I promise I google'd first I'm trying to use a multiple-select select box, for example: One Two Three Four And I've tried backing my form bean with String[] AND with an ArrayList. When I try to use a String[] as the backing, the form displays, but when I submit, I get an argument type mism