Re: Problem with creating default selection values in multiple select

2008-08-29 Thread Scott Lewis
Thanks, that was definitely it; I checked by using a value I know is in the "items" list instead of -1, and it ended up as the default. I appreciate the help! Scott Dave Newton wrote: My guess is that the headerKey attribute is always evaluated as a string. Since you're using a List, even if

Re: Problem with creating default selection values in multiple select

2008-08-29 Thread Dave Newton
My guess is that the headerKey attribute is always evaluated as a string. Since you're using a List, even if the string representations are the same, it won't match (see [1]). That's probably worth an "improvement" JIRA if there isn't one in there already, although I haven't looked at it to see