Hi Guys
I am using the actionClass-validation.xml method to validate form inputs. I have one field which I want to valid several things, the first I have already implemented and that is if the field is empty. The other two validations I want to implement are (1) Length of
string, it must be 11 chars and (2) All chars must be numbers only. Here is what I have done so far:
actionClass-validation.xml
actionClass.java