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
What design patterns are used in struts?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
What is the use of interceptor?
What’s the difference between struts and turbine?
How to combine the struts with velocity template?
What are the custom tags?
What are the core classes of struts?
What is java struts?
What is the purpose of @stringlengthfieldvalidator annotation?
What is value stack?
Is struts compatible with other java technologies?
What is validate() and reset() functions?
What is struts-default package and what are it’s benefits?
How is declarative handling of exceptions done in struts ?
how to develop the submit and search operations in single jsp using struts?