adspace
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