[validate] can't reset the form enough using resetForm()

[validate] can't reset the form enough using resetForm()

Hy I'm using jquery-validate on a simple Ajax Form. (2 Fields only rule: required). The Problem is that after a wrong entry the eager validation kicks in and stays activated even after i correct the entry submit the Form via ajax and make the resetForm() call in my callback. All the error indicators are removed but the eager validation still kicks in. I want the form validation to be in the same State as after a page reload. Any Ideas?


thanks in advance
Milan