shall we use any name for deployment descriptor of struts
instead of struts-config.xml
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / dsr
we need to structs-config.xml as a initial parameter in
web.xml. web.xml is deployment descriptor.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is action support class in struts2?
Why should we go for struts framework?
What is role of actionservlet?
What is the default suffix for Struts2 action URI and how can we change it?
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 are the conditions for actionform to work correctly?
What is the purpose of @validations annotation?
What is the difference between empty default namespace and root namespace?
what is the current salary package in India for a java programmer who has 2 years experience
How is declarative handling of exceptions done in struts ?
What is action servlet in struts?
What is dispatch action class?