Answer Posted / nagaraja thummala
When the client send a request to container the container
will look for the ActionServlet, ActionServet will acting
like a controller,the configuration is their in the
web.xml, base on the web.xml ActionServlet will be
instatiated and initilized, after that ActionServlet will
take a cliend request and bipass the request to Request
processor, Request processor will find the struts-
config.xml and read the information about different modules
ActionServelet will call the Request processor process()
method. Request processor consists of chain of methods,
based on that it will create object for ActionForm and
validate the form fields and if validations are success
means it will create an object for Action class and call
the execute() and from the execute() it will commmunicate
with DAO and send the result page to view layer...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does action do in struts?
What is used to display the intermediate result in an interceptor?
How you will display validation fail errors on jsp page?
What is package name in struts xml?
Explain about logic match tag?
What are the components of struts framework?
What’s the utilization of resource bundle properties file in struts validation structure?
What's the purpose of execute method of action class?
What is the purpose of '@customvalidator'?
What do you mean by inner class and anonymous class?
What does modeldriven interceptor?
Is struts compatible with other java technologies?
in struts how to use hibernate with struts>
What is the purpose of global-forwards tag in struct-config.xml?
Explain about struts relation to html tags?