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 |
where you will implement the tiles in struts?
What is action class? What are the types of action class?
Give an alternative way to protect jsp’s with not much features from direct access.
How to pass runtime Parameter in Struts1.2?
What is the purpose of @result annotation?
What is Request Dispatcher and What is reuest Processor??
What are the custom tags?
i have a log in web application .... i want restrict the user for particular no of users what is procedure to develop thus application
What is the purpose of execute method of action class?
What is token used for?
what is is the use DynaActionForm?
What is pojo in struts2?