What is the difference between validation.xml and validator-rules.xml files in struts validation framework?
Answer / Upasna Singh Diwakar
validation.xml file contains the configuration for validators, form beans, and custom rules for specific forms in a Struts application. On the other hand, validator-rules.xml file is a separate file that contains reusable validation rules which can be shared across multiple validation.xml files.
| Is This Answer Correct ? | 0 Yes | 0 No |
Describe the mvc on struts?
how handle when client send multiple request at atime for single servlet
What is the purpose of @doublerangefieldvalidator?
What is the purpose of @customvalidator annotation?
What is struts2 in java?
i have a log in web application .... i want restrict the user for particular no of users what is procedure to develop thus application
What are best practices to follow while developing Struts2 application?
What are action errors and error and what are the consequences they impose?
What is the purpose of @before annotation?
What is the default location of result pages and how can we change it?
Is struts efficient?
How to convert struts to spring mvc?