struts2 doubleselect tag doesn't support multiselect?

2009-07-14 Thread FreshAir
Hi, I am currently using struts2.1.6 tag on my web pages. Yet when it comes to tag, I find it seemingly impossible to make its double list multiple-selected. The following is my tag on the form page: The attribute "doubleMultiple" is set to be true so that when I choose a type from i

RE: struts2 form validation theme cann't work with IE6.0?

2009-06-24 Thread FreshAir
vishnu.vyasan wrote: > > > > Not sure, But check whether the Javascript is enabled in IE. > > > > -Original Message- > From: FreshAir [mailto:lichen...@yahoo.com.cn] > Sent: 24 June 2009 11:52 > To: user@struts.apache.org > Subject: struts2 fo

struts2 form validation theme cann't work with IE6.0?

2009-06-24 Thread FreshAir
Hi, I was trying to use struts2 (2.1.6)validation in my web project. When I used code like: in jsp, it works fine in firefox. However, when validation(client side) failed, the IE prompt a dialog, saying "An exception occurred: Error wrong attribute". Is it this theme incompatible with IE? We have