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 does action do in struts?
For a single Struts application, can we have multiple struts-config.xml files?
In struts, how can we access java beans and their properties?
How the exceptions are handled in struts?
Explain about token feature in struts?
How the flow of various requests happens in struts application?
Are struts still used?
What is difference between struts1 and struts2?
Which configuration files are used in struts?
What are different ways to create Action classes in Struts2?
What is the use of resourcebundle.properties file in Struts Validation framework?
What is strut action mapping?
Explain about the future of struts?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
How can we upload files in Struts2 application?