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 shocks and struts?
State an example of struts configuration file as an action parameter for action servlet.
What is an interceptor stack?
How to combine the struts with velocity template?
What is the purpose of @stringlengthfieldvalidator annotation?
How do I install struts?
How to get data from the velocity page in a action class?
What is the use of struts config xml file?
What is http forward?
What is the use of forwardaction?
Does struts include its own unit tests?
Lists the bundled validators in struts?
What is ognl?
Name the different types of actions found in struts.
Which components are available using actioncontext map?