shall we use any name for deployment descriptor of struts
instead of struts-config.xml
Answer Posted / chandramouli v
yes we can use any name that end with (userdefind).xml
insted of struts-config.xml and then we have to put entry on
web.xml file
| Is This Answer Correct ? | 31 Yes | 3 No |
Post New Answer View All Answers
What configuration changes are required to use resource files in Struts?
Why actionservlet is singleton in struts?
Can we have more than one struts-config.xml file for a single struts application?
What is the purpose of @key annotation annotation?
How can we group related actions in one group in Struts?
What is the front controller in struts2?
How can we work with error tags?
What configurations are stored in struts configuration file ?
Why do we need mapdispatchtoprops?
What is the difference between filters and interceptors ?
What is the purpose of @key?
Can we have multiple struts config files in a single web app?
Why is action servlet a singleton in struts?
What is package name in struts xml?
Explain the necessity of empty tag?