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
How can forward action be used to restrict a strut application to mvc?
Why is action servlet a singleton in struts?
What is the purpose of @expressionvalidator annotation?
What are action classes in struts?
How to override the default error message that can come during file uploading process?
Who wrote struts?
What is role of actionservlet?
How tag libraries are defined in Struts?
How to convert struts to spring mvc?
How properties of a form are validated in Struts?
Can you explain custom tag?
What is spring and struts in java?
What are the differences between http direct and http indirect?
Does struts include its own unit tests?
Describe the two types of formbeans.