Tag: struts validations rules
Struts2 Validation Rules and Their Syntax
by  Java4s | 2 Comments
  [ Ask Question ]
For every rule there is a class, all classes here are implements Validator interface required requiredstring stringlength int double date email url fieldexpression regex few other rules are there but light..!! For each rule given, there is an implementation…