what is meant by Struts Validator Framework?
Answer / Surbhi Varma
Struts Validator Framework is a built-in framework in Apache Struts that provides validation capabilities, helping to ensure the integrity of data by performing form validations before processing the request. It allows developers to check the validity of input fields within an application.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is front controller in struts2?
How can we display all validation errors to user on jsp page?
Is Struts Action class Thread Safe?
What is the purpose of '@customvalidator'?
Do we need to pay the struts if being used in commercial purpose?
How to create validations?what are struts validation components?
How tag libraries are defined in Struts?
Is it possible to create mulitple instance of one Action Class in struts?
What is defeult result type?
Are struts still used?
How to carryout the validations in struts if the validator frame work cant handle the validation
How can we handle exceptions thrown by application in Struts2?