what is the purpose of load_on_startup entry in struts-
config.xml?
Answer Posted / srinivasa
To create the servlet objects when the web application is
started.
In Case of Struts Action servlet object is created when the
application is started on proirity basis.We can specify
some integer value for this in such cases servlets will be
created on priority basis . Low value servlet will be
created fisrt...
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Explain the necessity of empty tag?
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
How can we group related actions in one group in Struts?
What is difference between interceptors and filters?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
Which servlet does the struts framework use?
Explain about logic match tag?
Where should struts xml be placed?
Is there a particularly good ide to use with struts?
What is the difference between validation.xml and validator-rules.xml files in struts validation framework?
Is struts efficient?
What is includeaction?
What is ValueStack and OGNL?
State the procedure for using forward attribute of link tag’s.
What’s the difference between struts and turbine?