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
Provide some important Struts2 constants that you have used?
What is the purpose of @beforeresult annotation?
What is interceptor struts2?
What do you know about validation plugin ?
What is the purpose of @doublerangefieldvalidator?
In which method of action class the business logic is executed?
What do you mean by dynaactionform?
State an example of struts configuration file as an action parameter for action servlet.
At the point, you should go for struts framework?
What is switchaction?
How can we handle exceptions thrown by application in Struts2?
Can a reducer dispatch an action?
How many instances of servlet usually run in a struts application ?
Which class of struts is responsible to converts data types from string and vice versa?
Is Struts Framework part of J2EE?