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 are result types in struts?
How do u provide security to ur project?(Banking domain project)
What is the purpose of action-mappings tag in struct-config.xml?
How can we handle exceptions thrown by application in Struts2?
Can explain about the validations and in your project where did u used the validations?
What is the use of resourcebundle.properties file in Struts Validation framework?
What is includeaction?
How can we display all validation errors to user on jsp page?
How many struts config file in a struts application?
What is the struts in java?
Why is action servlet a singleton in struts?
Is struts 1 still supported?
What is front controller in struts2?
When it’s useful to use IncludeAction?
What are the conditions for actionform to work correctly?