In Struts Programming which is the controller,which is the
model?
Answer Posted / guest
The ActionServlet class is the controller and the action
class is the model.
Is This Answer Correct ? | 12 Yes | 8 No |
Post New Answer View All Answers
What are result types in struts?
How to use dispatchaction?
What is the life cycle of actionform?
What is front controller in struts?
In which method of action class the business logic is executed?
What is request processor and how does it relates to action mapping?
Where should struts xml be placed?
Explain the components of struts?
What are construction struts?
State the procedure for using forward attribute of link tag’s.
How nested beans can be used in Struts applications?
List some struts tag libraries?
What configuration changes are required to use resource files in Struts?
What do you mean by dynaactionform?
How do u provide security to ur project?(Banking domain project)