1.when actionservelet execute.
2.when web.xml executes
Answer Posted / ravikiran
web.xml will execute during the deployemnt / server start
up as the Action servlet instance been called from web.xml
the call will be secondary where the webxml precedes it
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What are the major differences between html tags and strut specific html tags?
Is there a particularly good ide to use with struts?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
Explain the life cycle of a request in struct2 application?
What is the purpose of @createifnull annotation annotation?
Which interceptor is responsible for file upload support?
What does params interceptor?
What is the difference between plain-validator and field-validator?
Is Struts Framework part of J2EE?
Explain design patterns which is used in struts?
What is actioncontext?
What are the main classes which are used in struts application?
What is actioninvocation?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
What are the classes used in struts?