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 ? | 16 Yes | 1 No |
Post New Answer View All Answers
What is http redirect?
What are the major differences between html tags and strut specific html tags?
Is there a particularly good ide to use with struts?
What is purpose of execandwait interceptor?
Describe the basic steps used to create a tiles application?
Why use struts framework in java?
How does one create an action in struts 2?
When do I need “struts.jar” on my classpath?
Do we need to pay the struts if being used in commercial purpose?
How is the mvc design pattern used in struts framework?
What are the steps involved in creating a strut application?
What is value stack?
How we can controlled duplicate form submission in struts?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
How to convert struts to spring mvc?