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
How is declarative handling of exceptions done in struts ?
What is the purpose of @results?
Does Struts2 action and interceptors are thread safe?
What is controller in struts2?
When it’s useful to use IncludeAction?
What is the use of web xml in struts2?
Describe the basic steps used to create a tiles application?
How can we display all validation errors to user on jsp page?
Name some of the features of struts2?
What is package name in struts xml?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
How to get data from the velocity page in a action class?
What is discontinuous strut?
What’s the utilization of resource bundle properties file in struts validation structure?
What is java struts?