[jQuery] Re: [JQuery][Validate][Metadata] Custom error message.

2009-03-24 Thread Korro
Thanks, but after pasting Yours code, I get "missing ) in parenthetical " error. Do You have any idea how to solve it? Thanks.

[jQuery] Re: [JQuery][Validate][Metadata] Custom error message.

2009-03-24 Thread Jörn Zaefferer
Try this: Jörn On Mon, Mar 23, 2009 at 9:14 PM, Korro wrote: > > Hello. > I have code like this: > > validate="required:true,minlength:2"> > > I'm using Validate with Metadata. > > How can I add custom validating error message for this field? > > Thanks in advance. >