its a ActionForm controller or model?
Answer Posted / ysr
ActionForm not Model component
It is just a View Data Transfer class
so it just part of Controller Even Struts API also
specifing this thing.
Model component nathing but where we are connecting to
database from our appliction
suppose if we are connecting DB from our Action class i.e
Model or if we are Connecting DB from EJB's or DAO i.e the
Model so FormBean is not Model component
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Name the different types of actions found in struts.
What validate() and reset() method does ?
What configurations are stored in struts configuration file ?
What is the role of a handler in mvc based applications?
What is actioninvocation in struts2?
Does struts include its own unit tests?
What do you mean by a custom tag?
Name some useful annotations introduced in Struts2?
How is a lookup dispatch action created?
What does apache struts do?
What is the flow of requests in struts based applications?
How many instances of servlet usually run in a struts application ?
What is struts in java with example?
Provide some important Struts2 constants that you have used?
What is action chaining ?