Answer Posted / raj
when the application loads,container creates the instance of
the ActionServlet and call init() method . Init() method
load all the config files and required load parameter from
the web.xml file. Then the control goes to the particular
action class to the specified path and manipulate the logic
in model class and finally action class returns the response
to the specified jsp by using execute method.
| Is This Answer Correct ? | 9 Yes | 18 No |
Post New Answer View All Answers
What are the conditions for actionform to work correctly?
What is the design role played by struts?
What is java struts?
What is the role of action class in struts?
What is the difference between forwardaction and includeaction?
Who wrote struts?
How can we work with error tags?
Which servlet does the struts framework use?
How action-mapping tag is used for request forwarding in struts configuration file?
What is struts2 in java?
What do you mean by tiles in struts?
What applications use apache struts?
What is pojo in struts2?
What do you know about validation plugin ?
What is difference between spring and struts?