its a ActionForm controller or model?
Answer Posted / mohan
According to MVC2 rules, it is the responsibility of ActionServlet to do form validation but since its built-in servlet, we cant place validation logic in ActionServlet class, so we use ActionForm to do validation.......So ActionForm acts as a controller not model....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by actionform?
What are the ways in which duplicate form submission can occur?
What is switchaction?
Can we integrate struts with spring?
How action mapping is configured in Struts?
What is the design role played by struts?
What configuration changes are required to use Tiles in Struts?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
Explain how can we upload files in struts2 application?
What's the purpose of execute method of action class?
What does params interceptor?
What are the applications of struts?
What is the purpose of form-be tag in struct-config.xml?
What is difference between struts1 and struts2?
What is an interceptor stack?