Hi, I trying to validate the fields using Validator Framework at client side, Iam not able to validate the password & confirmpassword fields inorder to show an alert msg if password & confirmpassword fields are not same. Can i know how to handle this case.
<html:password property="password"/> <html:password property="confirmpassword"/> Thanks in advance. Regards Khan