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
Can you explain value stack?
What is action chaining ?
What is the difference between struts1 and struts2?
Explain architecture of struts2?
Name some useful annotations introduced in Struts2?
Does struts include its own unit tests?
How can we group related actions in one group in Struts?
What is the use of interceptor?
What helpers in the form of jsp pages are provided in struts framework?
How many instances of servlet usually run in a struts application ?
Explain about struts relation to html tags?
Who wrote struts?
How to upload struts file?
How do you create message resource?
What kind of mvc is struts 2?