Re: Help with html:select multiple=true

2007-11-26 Thread amarr003
Thank you for responding to me both times. However, I have tried both declarations and I get the same result. form-property name=selectedAttributes type=java.lang.String[] / and form-property name=selectedAttributes type=java.lang.String / I know that Ljava.lang.String is an array of strings,

Re: Help with html:select multiple=true

2007-11-26 Thread amarr003
wrote: I'd assume you've made an error defining your form or the accessor in the form. If you dereference the array do you get the data you expect? --- amarr003 [EMAIL PROTECTED] wrote: Thank you for responding to me both times. However, I have tried both declarations and I get the same