A: The Validator Framework uses two XML configuration files validator-rules.xml and validation.xml. The validator-rules.xml defines the standard validation routines, these are reusable and used in validation.xml. to define the form specific validations. The validation.xml defines the validations applied to a form bean.
9. Q. How you will display validation fail errors on jsp page?
A: Following tag displays all the errors:
10. Q. How you will enable front-end validation based on the xml in validation.xml?
A: The
0 comments:
Post a Comment