what is the purpose of load_on_startup entry in struts-
config.xml?
Answer Posted / rakeshpattnaik
if <load-on-startup> is unspecified then it takes default
value as 0 during run time.
For -ve values ::
Cannot find ActionMappings or ActionFormBeans collection
the above error comes.So always:
Default-0
Unspecified-0
Accepted-+ve vales on priority basis
Not Accepted- -Ve values
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is front controller in struts?
What are the steps of struts installation?
What is the purpose of @conversion?
What are the benefits of Struts framework?
What is xml based validation in struts2?
What are the loop holes of struts?
What is the purpose of global-forwards tag in struct-config.xml?
how to debug struts project in netbean ?
In struts, how can we access java beans and their properties?
Explain the difference between dispatchaction and lookupdispatchaction in struts?
What are the custom tags?
What is the use of namespace in action mapping in Struts2?
What configuration changes are required to use Tiles in Struts?
How many action classes can be used in struts application?
What applications use apache struts?