Is there a way of telling the validation plug-in to use it's default error messages when the title on the control is set? The default validation error messages are good for most of my cases so I'd rather not have to explicitly set the messages for each and every one of them.
For example, if I attach a "required" validation rule to a textbox and set its title to something, I don't want that title to appear as the error message when they leave the field blank and I'd rather not have to explicitly set the validation message. Is this possible or am I out of luck? Thanks, -Paul