1.

What is the difference between validation.xml and validator-rules.xml files in Struts?

Answer»
S.noValidator-rules.xmlVALIDATION.xml
1.Defines standard validation routinesDefines validations that apply to FORM bean
2.For GLOBAL SPECIFIC rulesFor application specific rules
3.Contain logic for validationContains types of validation


Discussion

No Comment Found