its a ActionForm controller or model?
Answer Posted / rasool
When you send request,request before gng to the Action classes,ActionForm(FormBean) will be executing and just it is just a View Data Transfer class.And it is not a business logic,just it is validating form fields.
Observe once struts config file
<action path="/test" name="formname" type="ActionClass"/>
First check path in actions and check if name attribute there or not if exists gng to the FormBean class not Actionclass.
So it is part of controller..
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we integrate struts with spring?
What is the use of struts?
What is struts2 framework?
What are struts in java?
What is spring hibernate and struts in java?
What is the difference between struts and spring?
What is action support class in struts2?
What is pojo in struts2?
Give an example where struts tiles may be used?
What is front controller in struts2?
Explain the components of struts?
Explain about the library tag?
How long do struts last?
What is the purpose of @after?
What are the loop holes of struts?