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 the difference between validation.xml and validator-rules.xml files in struts?
What is the apache struts vulnerability?
What is the difference between session scope and request scope when saving formbean ?
What is the use of jsonvalidation in struts?
What is actioninvocation?
What are Struts2 core components?
Explain integrate log4j in struts2 application?
What is the use of Struts.xml configuration file?
Which configuration files are used in struts?
For a single Struts application, can we have multiple struts-config.xml files?
Why use struts framework in java?
Provide some important Struts2 constants that you have used?
What are the struts2 error message keys that can come during file uploading process?
How is token generated?
What is the flow of requests in struts based applications?