what is the purpose of load_on_startup entry in struts-
config.xml?
Answer Posted / sekhar babu
If we are using any of the custom tags related to struts
like <html:form> etc, then it compulsory we need the tag of
<load-on-startup> in web.xml then only we will get the
output of corresponding jsp on to the browse or else we will
get the some errors like ActionMapping cannot resolve...
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is xml based validation in struts2?
Are actions thread safe?
What are the major differences between html tags and strut specific html tags?
What are the applications of struts?
Give an example of validates method used to avoid errors.
What is the purpose of @action annotation?
How do u provide security to ur project?(Banking domain project)
What is the need of struts?
What are the important methods of actionform?
What’s the utilization of struts.xml configuration file?
What are action errors and error?
What's mvc pattern ?
What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
Where can I get a copy of struts?