What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
Answer / Kunwar Prabhat Singh
Validation.xml is a configuration file that specifies which form beans to validate, while validator-rules.xml contains the actual validation rules for each property of the form beans. In other words, validation.xml defines what to validate, and validator-rules.xml defines how to validate.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the life cycle of actionform?
How do I install struts?
How properties of a form are validated in Struts?
How are interceptors and servlet filters different?
Where can I get help with struts?
What is the purpose of @element?
How do struts work?
how handle when client send multiple request at atime for single servlet
what is the disadvantages of using DynaActionForm in struts framework?
What is struts and springs in java?
What is struts?
Explain about struts relation to html tags?