[jQuery] Re: [validate] Doesnt work with Struts2 generated forms

2009-01-10 Thread jQuery Lover
There is another way too. You can simply quote your class names like this: "department.code":{required:true} Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sat, Jan 10, 2009 at 7:10 PM, Jörn Zaefferer wrote: > Absolutely! Documented here: > http://docs.jquery.com/Plugins/

[jQuery] Re: [validate] Doesnt work with Struts2 generated forms

2009-01-10 Thread Jörn Zaefferer
Absolutely! Documented here: http://docs.jquery.com/Plugins/Validation/Reference#Fields_with_complex_names_.28brackets.2C_dots.29 Jörn On Sat, Jan 10, 2009 at 8:33 AM, Kashif wrote: > > This is a very useful plugin that I use for all my projects. > Unfortunately, I cannot use it with any of my J