Re: Migrate from Struts 2.0.1 to 2.0.5

2007-02-14 Thread Ted Husted
On 2/13/07, Shuai Zheng [EMAIL PROTECTED] wrote: I will suggest you to wait for the next release, because there are really some critical bugs in the 2.0.5 (especially the bug on select tag). If you mean not being able to select non-string types, the only fix we've had so far breaks a lot of

Re: Migrate from Struts 2.0.1 to 2.0.5

2007-02-14 Thread Shuai Zheng
Based on my own experience, WW-1711 is a big issue. I know there is a way to walk around it, but I feel it makes the code ugly and it is strange to put extra code there (select tag is popular and shown all pages. Also it is strange that a string will be used as the value of select, in most of

Re: Migrate from Struts 2.0.1 to 2.0.5

2007-02-14 Thread Ted Husted
On 2/14/07, Shuai Zheng [EMAIL PROTECTED] wrote: I am sad to hear that it will not be fixed in 2.0.6 and there is not this issue in previous release. In my experience, a new bug comes with a new release should be easy to solve, but maybe I am not correct. It's still possible that it might be

Re: Migrate from Struts 2.0.1 to 2.0.5

2007-02-13 Thread Shuai Zheng
I just try it last weekend. The new feature in 2.0.5 is nice (mostly because now it is using new Dojo). There are tips I have faced: 1, the datepicker has been replaced by datetimepicker 2, panel has been removed and replaced by div. And the refreshOnShow attribute is ignored now. 3, a bug in