I have a validation for a textbox, javascripts code is as follows.
txtAppNumber.validate.formatTest = "error";
txtAppNumber.formatMessage = "US application number format SS/NNNNNNN.";
txtAppNumber.validate.picture.value = "99/999999";
My problem is that am entering the right value even though it is showing me same an error message. I don't have any other validation set using Accessiblity->Field.
I don't have any clue how to fix this issue.
Thanks in advance.
Regards
Arunesh