In strurt why w use two differnt files web.xml and strut
config.xml?
Answer Posted / 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 |
Post New Answer View All Answers
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
What is the purpose of @conversion annotation annotation?
Give an example of validates method used to avoid errors.
How struts control data flow?
Difference between struts and spring? Or why use spring, if you are already using struts?
What are struts in java?
What's the purpose of execute method of action class?
Why we use struts in java?
What is interceptor struts2?
How we can controlled duplicate form submission in struts?
In how many ways duplicate form submission can occurs?
What are best practices to follow while developing Struts2 application?
What are the steps required for setting up validator framework in struts?
What is meant by custom tags?
What is the purpose of @before annotation?