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 is value stack?
Explain the components of struts?
What is actioncontext?
What are the reasons for an error message not being displayed while developing struts application?
What's the purpose of execute method of action class?
What are the advantages of spring mvc over struts mvc?
How an actionform bean is created?
List the important attribute and elements of action mapping under struts.
How is token generated?
Explain about how requests from the client are sent?
What is the purpose of @requiredstringvalidator annotation?
How can we work with error tags?
Why do we need struts?
What is difference between interceptors and filters?
What is struts framework in java?