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
What is life cycle of an interceptor?
How do you convert struts to springs?
What should be the name of xml file used for validation in struts?
What is the purpose of @requiredstringvalidator annotation?
State the procedure for using forward attribute of link tag’s.
Explain integrate log4j in struts2 application?
What is struts in j2ee?
What is the purpose of @result annotation?
What kind of mvc is struts 2?
Why is action servlet a singleton in struts?
how to develop the submit and search operations in single jsp using struts?
If the framework doesn’t do what I want, can I request that a feature be added?
Can explain about the validations and in your project where did u used the validations?
What is defeult result type?
How action-mapping tag is used for request forwarding in struts configuration file?