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 |
Describe the basic steps used to create a tiles application?
Which parser is used in Struts to parse the Structconfig.xml file.
What is the difference between empty default namespace and root namespace?
How are interceptors and servlet filters different?
What is strut web xml?
what is a RequestProcessor?
Is struts 1 still supported?
when connecting with the database,if database server is down,ho can we handle this exception in struts,how can we send error message to the user?
What is the use of form bean in struts?
What is dispatch action class?
What does execandwait interceptor?
What is the difference between plain-validator and field-validator?