Hi,
I have a form with 3 password fields. 2 for new password that I validate by length and all necessary rules and compare that entries match. That works fine. The third field is the old password which I validate with an ajax request. Action is keyup, blur, the request is fired, I get the correct result but the error message does not show up. I used valueChanged as action, then the request did not occur. I replaced the ajax request with a “return false”, then the message showed. I tried it with async true and false, nothing worked.
Do you have any explanation for that behaviour?
Best Regards
Klaus