1.

Give The Details Of Xml Files Used In Validator Framework?

Answer»

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. How you will display validation FAIL errors on jsp page? - The following tag displays all the errors: < html:errors/ >

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. How you will display validation fail errors on jsp page? - The following tag displays all the errors: < html:errors/ >



Discussion

No Comment Found