Title: Is it just me or are multiple-select fields still broken?
Bump... Is anyone out there using multi-select fields with ww2?


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter White
Sent: Sunday, January 25, 2004 8:19 PM
To: [EMAIL PROTECTED]
Subject: [OS-webwork] Is it just me or are multiple-select fields still broken?

Hi Gang,

I just built the current snapshot of WebWork2 from CVS and have deployed webwork-example.jar in tomcat. As a test, I've edited select.jsp by adding multiple="true" to the ww:select tag and have tested with multiple selections with no success. When selecting multiple values, all of the values make it to the URL but only the first item in the list (in display order) appears as selected.

For example, I've tested with the following URL which selects all three test values but only the first value in the multi-select list is highlighted:

http://localhost/webwork-example/select.action?selected=2&selected=1&selected=3

I've done a bit of searching on the web and in Jira and came across bug #WW-357 which is marked as fixed but it sure doesn't seem fixed on my machine. Does this actually work for anyone out there or does anyone have a fix? At the moment, this is the only issue that's preventing me from converting the remaining module of my application to webwork… :-(

Thanks!
Peter

Reply via email to