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 is includeaction?
What is the purpose of @urlvalidator annotation?
How many servlet controllers are used in a Struts Application?
Why struts 1 classes are not thread safe whereas struts 2 classes are thread safe?
What is filter dispatcher in struts?
What is the purpose of form-be tag in struct-config.xml?
Can we integrate struts with spring?
Explain design patterns which is used in struts?
how does request processor relates to action mapping?
Which design pattern the interceptors in struts2 is based on?
Can a reducer dispatch an action?
What does params interceptor?
What is the use of resourcebundle.properties file in Struts Validation framework?
What is interceptor in Struts2?
How client side validation is enabled on a jsp form?