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
while working struts in intellij 7.0error unable to initialize tld location cache: zip file is closed is displayed anybdy can answer me immdialy .ungert
Provide some important Struts2 constants that you have used?
What is the purpose of @intrangefieldvalidator annotation?
How tag libraries are defined in Struts?
Can you explain struts.properties in struts2?
What is the purpose of struts.properties in struct2?
What are the two types of validations supported by validator framework?
What is the purpose of @before?
How action mapping is configured in Struts?
What is the purpose of redirect result type?
Is there a particularly good ide to use with struts?
What are different ways to create Action classes in Struts2?
What are struts in java?
How does struts work?
What helpers in the form of jsp pages are provided in struts framework?