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
Difference between struts and spring?
How to work with error tags?
How does struts work?
What is the significance of logic tags in Struts?
What is the purpose of @action annotation?
Difference between html tags and struts specific html tags
What is the use of struts config xml file?
What is filter dispatcher in struts?
What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?
What is the configuration files used in struts?
How do I access token?
What is the actionform?
What is defeult result type?
What is the default suffix for Struts2 action URI and how can we change it?
What is the purpose of dispatcher result type?