Tagged Questions
0
votes
1answer
1k views
Struts2 Annotation-Validators for Invalid Chars
While using Struts2, I am using several annotations to do my validations inside the Model class, in the set() methods, like:
@RequiredStringValidator(message = "Name is required")
...