tell me struts flow ?

Answer Posted / mukesh

Above answer is correct but more clear is

supose we having Http:/myhost/authorize.do


1. server configure to pass *.do extension to
org.apache.struts.action.ActionServlet via web.xml

2. Action servlet object inspect the uri and try to
match against ActionMapping located in
struts-configuration.xml

3. if intance of appropriate action found it call
perform() .
4. action object handle request and returns next view..

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name some of the features of struts2?

573


What is the purpose of struct-config.xml in struct2?

564


List the important attribute and elements of action mapping under struts.

530


Which tag is used to declare constants in struts xml?

476


What is the purpose of @result?

585






Describe validate() and reset() methods.

608


What are action errors?

571


What configuration files are used in struts?

533


What is the purpose of @typeconversion annotation annotation?

561


What are the steps used to setup dispatch action?

499


Do I have to credit struts on my own website?

536


1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they

2758


How do I access token?

502


Do we need to pay the struts if being used in commercial purpose?

553


What are result types in struts?

578