I am using the jquery validation plugin together with the builtin validation of the peopleeditor in SharePoint. But if the user does not check the name of input entered, then on postback it is not checked either and no accounts are resolved . It seems the jquery plugin is blocking this mechanism which validates the input through the control itself. I need the jquery plugin for other fields on the form.
Do any of you have a clue why validation could be blocked?
==================================================== Never mind. I needed to validate the people editor on postback.