IT Placement Papers JAVA Struts
This category contains Struts Interview Questions and Answers
Search by tag : Java Interview Questions, Struts Interview Questions |
Give the Details of XML files used in Validator Framework?
|
|
|
|
|
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/ >
Related items
Only registered users can write comments. Please login or register.
|