What is xml based validation in struts2?
Answer / Ashwani Kumar Shukla
XML-based validation in Struts 2 refers to the configuration of validators using XML within the struts.xml file. This can include simple validators like Required and complex ones like Regular Expression Validator, RangeValidator, or CustomValidators.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can we upload files in Struts2 application?
What is the difference between plain-validator and field-validator?
what is the purpose of load_on_startup entry in struts- config.xml?
What is the purpose of action tag in struts.xml?
What applications use apache struts?
What are the core classes of the struts framework?
What’s the utilization of struts.xml configuration file?
What is apache struts cve 2017 5638?
What is lookupdispatchaction?
How client side validation is enabled on a jsp form?
Why actionservlet is singleton in struts?
What is role of actionservlet?