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 |
How do you customize ActionServlet?
how canu done chechin and check out of u r project using with sample examples?
What is value stack?
Difference between ActionErrors and ActionMessage?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
How do u provide security to ur project?(Banking domain project)
Explain about the process of functioning of the struts program?
How to pass runtime Parameter in Struts1.2?
Hi All thanks in advance, iam new to j2ee currently in my project we r using struts with hibernate can i have one sample application like CRUD application with code or any tutorials liks r ebooks plz....?
what is the difference between *.do & /do.*/? So what is the diffenence btn extension mapping & path mapping.What is those difference in work effect?
Do you need an alignment after replacing struts?
Can we integrate struts with spring?