its a ActionForm controller or model?
Answer Posted / sivadasan
ActionForm is consider as Controller,Because
While ActionForm beans often have properties that
correspond to properties in your Model beans, the form
beans themselves should be considered a Controller
component. As such, they are able to transfer data between
the Model and View layers.
I hope it will helpful
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How can we group related actions in one group in Struts?
When it’s useful to use IncludeAction?
What is the difference between empty default namespace and root namespace?
What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?
What is the purpose of execute() method?
What is container struts2?
What are the two types of validations supported by validator framework?
What is the default suffix for struts2 action uri ?
What is the purpose of plug-in tag in struct-config.xml?
What are the main classes which are used in struts application?
Explain the difference between jakarta struts and apache struts?
What do you mean by inner class and anonymous class?
Give an alternative way to protect jsp’s with not much features from direct access.
What is struts-default package and what are it’s benefits?
How does struts work?