How properties of a form are validated in Struts?
Answer / Ranjeet Kumar Pandey
"In Struts, properties of a form can be validated using the Validator framework. This involves defining validation rules for each property in the ActionForm class, and then checking those rules when the form is submitted. The validation error messages can then be displayed to the user. "
| Is This Answer Correct ? | 0 Yes | 0 No |
How you will make available any message resources definitions file to the struts framework environment?
What do you mean by struts.dev mode?
Which file is used by controller to get mapping information for request routing?
What is Request Dispatcher and what is Request Process?
What is front controller in struts2?
How is declarative handling of exceptions done in struts ?
Why do we use struts?
How to explain Software Bank Loan descriptions
1 Answers Kekran Mekran, Wipro,
Explain struts.devmode?
What is difference between perform() used in struts1.0 and execute() used in 1.1 ?
What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?
Explain design patterns which is used in struts?