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
Can you explain struts validator framework?
What is the procedure of operation of a form tag?
Why was reload removed from struts (since 1.1)?
What is difference between struts1 and struts2?
How do u provide security to ur project?(Banking domain project)
What is actioncontext?
Lists the bundled validators in struts?
At the point, you should go for struts framework?
what is ACID test for fresh engineers??what is the pattern??
How does struts work?
What is the purpose of @typeconversion annotation annotation?
What is the difference between forwardaction and includeaction?
Explain the complete struts validator framework.
What are apache struts?
How can we write our own interceptor and map it for action?