its a ActionForm controller or model?
Answer Posted / saurabh gupta
Action Form is a part of view.....
it is basically a data container which works between view
and controller...for moder interaction we have value
objects and or business object which can be mapped to form
bean.
Acc to Struts Complete Ref. the form bean is a part of View.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which configuration file is used for storing jsp configuration information in struts?
How you will enable front-end validation based on the xml in validation.xml?
What applications use apache struts?
Give an alternative way to protect jsp’s with not much features from direct access.
What validate() and reset() method does ?
What do you mean by ognl?
What is apache struts framework?
What are best practices to follow while developing Struts2 application?
What is the use of namespace in action mapping in Struts2?
What is difference between spring and struts?
What design patterns are used in struts?
What is the differences between struts1 and struts2?
How you will display validation fail errors on jsp page?
Explain the difference between plain-validator and field-validator in struts?
How properties of a form are validated in Struts?