its a ActionForm controller or model?
Answer Posted / raghavendra
Model are the classes that contains the code according to
the businees logic of the company.This logic is called
business logic.
In case of MVC 2 architecture, the contoller is a
combination of ActionServlet, Action classes and formbean
(ActionForm ) classes.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the use of token interceptor in Struts2?
Where can I get help with struts?
Which components are available using actioncontext map?
What is the purpose of @customvalidator annotation?
What does it cost to replace struts?
What are the components of struts?
How many instances of servlet usually run in a struts application ?
What is the purpose of @emailvalidator annotation?
What is struts2 framework?
Name the different types of actions found in struts.
What is the use of jsonvalidation?
Which class of struts is responsible to converts data types from string and vice versa?
What is the purpose of @result?
What is includeaction?
How interceptor works in struts 2?