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 is switchaction?
What is struts.devmode?
What are the various struts tag libraries?
What is actioninvocation?
What do you know about validation plugin ?
how the error can be showed in the jsp page in struts?
Give an alternative way to protect jsp’s with not much features from direct access.
What does apache struts do?
what is request processor class ?
What are the main classes which are used in struts application?
What are the steps used to setup dispatch action?
How to get data from the velocity page in a action class?