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


Please Help Members By Posting Answers For Below Questions

How is forward action used for integration?

547


Which library is provided by struts for form elements like check boxes, text boxes etc?

488


What is the purpose of execute method of action class?

544


What do you mean by dynaactionform?

521


What is actionservlet?

536






Is struts mvc framework?

458


Explain about tiles?

557


How is the action mapping specified?

523


When should be opt for struts framework?

563


Why do we use struts?

558


What is the difference between struts1 and struts2?

498


What are the struts2 error message keys that can come during file uploading process?

587


What is the difference between session scope and request scope when saving formbean ?

537


How we can install struts?

540


Which class of struts is responsible to converts data types from string and vice versa?

640