DEVFYI - Developer Resource - FYI

Describe the details of XML files used in the “Validator Framework”?

Struts Questions and Answers


(Continued from previous question...)

86. Describe the details of XML files used in the “Validator Framework”?

The Validator Framework uses two XML configuration files
1) validator-rules.xml and
2) 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.

(Continued on next question...)

Other Interview Questions