How to explain struts work flow
Answer Posted / mahmood alam siddiqui
Struts work flow:
When user run the Struts Application
first of all controll goes in XML file and find the Action
Servlet that is main controller class in Struts after that
control goes in Struts-config.xml and find the Action, find
the Form bean and execute the action if method execute
successfully the forward the output at given JSP.
| Is This Answer Correct ? | 101 Yes | 36 No |
Post New Answer View All Answers
In which method of action class the business logic is executed?
What is the purpose of struct-config.xml in struct2?
How to handle exceptions in structs?
Explain design patterns which is used in struts?
What is token used for?
What’s the difference between struts and turbine? What’s the difference between struts and espresso?
What is use of i18n interceptor?
while working struts in intellij 7.0error unable to initialize tld location cache: zip file is closed is displayed anybdy can answer me immdialy .ungert
What design patterns are used in struts?
How an actionform bean is created?
What are the contents on web.xml in struts application ?
What is life cycle of an interceptor?
What’s the utilization of resource bundle properties file in struts validation structure?
What is struts actionmapping?
What are the features of struts?