Re: Struts2 select tag multiple select

2007-04-17 Thread Stephanie
Thank you, that was it. I updated to 2.0.7 and it works now. I can't believe I didn't think to look through the Jira issues. Thanks a bunch. On Tue, 17 Apr 2007 14:41:11 + (UTC), Nate Drake <[EMAIL PROTECTED]> wrote: > What version of Struts2 are you using? There is a bug in versions befor

Re: Struts2 select tag multiple select

2007-04-17 Thread Nate Drake
What version of Struts2 are you using? There is a bug in versions before 2.0.7, where the select tag won't pre-select your values unless it is comparing Strings. See this Jira issue for details: https://issues.apache.org/struts/browse/WW-1711