In strurt why w use two differnt files web.xml and strut
config.xml?
Answer Posted / naman patidar
web.xml is an application level configuration file.
struts-config.xml is framework specific file and name of
this file is configured in we.xml under tag
<init-param>
<param-name>config</param-name>
<param-value>/WEB-INF/struts-config.xml</param-value>
</init-param>
you can change the name of file and location here.
Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
Are interceptors thread safe?
Difference between html tags and struts specific html tags
Explain struts.devmode?
What is actioncontext?
What is the use of reset method of ActionForm class?
What is the purpose of execute() method?
What are interceptors in struts 2?
Describe the mvc on struts?
How duplicate form submission can be controlled in struts?
What is the purpose of redirect result type?
Mark the differences between html tags and strut specific html tags.
List the important attribute and elements of action mapping under struts.
How we can configured action mapping in struts?
How to display validation errors on jsp page?
What are struts in java?