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 action class? What are the types of action class?
in struts how to use hibernate with struts>
What is the purpose of @keyproperty annotation annotation?
What is action servlet in struts?
How many action classes can be used in struts application?
What is the differences between struts1 and struts2?
How we can configured action mapping in struts?
how to connect from struts to database through hibernet and where u can modify the class
What is the purpose of @results?
Who wrote struts?
What are action errors and error and what are the consequences they impose?
Explain integrate log4j in struts2 application?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
Which interceptor is responsible for file upload support?
What should be the name of xml file used for validation in struts?