who will run the execute method in struts?
Answer Posted / srivani
Action Servelet bcos the main logic we will write in action
servlet, and also it controls the business logic.
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What does apache struts do?
What is the use of struts config xml file?
What is action servlet in struts?
What configuration files are used in struts?
What does validation interceptor?
What are the benefits of Interceptors in Struts2?
What are result types in struts?
Explain about the library tag?
When should we use SwtichAction?
What is the role of action class in struts?
What is the design role played by struts?
In struts, how can we access java beans and their properties?
Are the struts tags xhtml compliant ?
Can we use struts and spring together?
How do u provide security to ur project?(Banking domain project)