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
How does interceptor work in struts2?
What is the different actions available in struts?
What is difference between interceptors and filters?
What is action class?
How is forward action used for integration?
What is lookupdispatchaction?
How an actionform bean is created?
Are the struts tags xhtml compliant ?
Does apache tomcat use struts?
What is validate() and reset() functions?
What is the use of struts config xml file?
What is the purpose of action-mappings tag in struct-config.xml?
What inbuilt themes are provided by struts2?
What is the purpose of @conversion annotation annotation?
How does struts2 token work?