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


Please Help Members By Posting Answers For Below Questions

What do you know about validation plugin ?

1031


What is the difference between filters and interceptors ?

1316


What is action chaining ?

1168


How is declarative handling of exceptions done in struts ?

1010


What are the contents on web.xml in struts application ?

1072