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
What is apache struts vulnerability?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
What are the benefits of Struts framework?
What configuration changes are required to use resource files in Struts?
What is the purpose of form-be tag in struct-config.xml?
What is the use of Struts.xml configuration file?
What are the 5 constants of action interface?
What is struts2 in java?
What are disadvantages of Struts?
How is forward action used for integration?
What is struts-default package and what are it’s benefits?
What is struts framework in java?
How tag libraries are defined in Struts?
How do struts work?
What is the purpose of @conversionerrorfieldvalidator annotation?