S2: probable bug in updownselect tag

2007-07-11 Thread Scott Nesbitt
In 2.0.6 the updownselect tag only sends items that are selected to the server. The documentation says that all items in the list will be sent. Is this a bug? Will it be fixed in 2.1? Thanks, Scott

Re: S2: probable bug in updownselect tag

2007-07-11 Thread James Holmes
Scott, There is a bug in Struts 2.0.6 and 2.0.8 with the Dojo code that performs the auto selection of all elements. You can fix this by overriding the templates in the xhtml theme. Struts 2.1 will have a fix in place to resolve this issue, but until then the template fix is the only way to

Re: S2: probable bug in updownselect tag

2007-07-11 Thread Scott Nesbitt
Thanks for the info, we can wait for 2.1 (assuming it comes out in the next three months.) Thanks again, Scott --- James Holmes [EMAIL PROTECTED] wrote: Scott, There is a bug in Struts 2.0.6 and 2.0.8 with the Dojo code that performs the auto selection of all elements. You can fix this