In strurt why w use two differnt files web.xml and strut
config.xml?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / anil
web.xml is effect for application level, and struts-
config.xml file is effect for struts frame/work level.
| Is This Answer Correct ? | 11 Yes | 2 No |
What are Struts2 core components?
What is action chaining ?
Is struts efficient?
What is Custom Type Converter in Struts2?
Explain about struts relation to html tags?
What are the ways in which duplicate form submission can occur?
What are construction struts?
What is the front controller in struts2?
What are the core components of a struct2 based application?
What is java struts?
What is MVC Architecture?
21 Answers HCL, Hexaware, Infosys, Infrascape, Tech Mahindra,
What do you mean by actionmapping?