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
Explain about struts dispatch action?
In struts, how can we access java beans and their properties?
What is action class? What are the types of action class?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
How can we display all validation errors to user on jsp page?
What are the reasons for an error message not being displayed while developing struts application?
What are the conditions for actionform to work correctly?
What is role of action class?
What is the purpose of @doublerangefieldvalidator annotation?
Can you explain struts validator framework?
How can we integrate log4j in Struts2 application?
Explain about the
How to convert struts to spring mvc?
How do you create message resource?
What is the purpose of @requiredstringvalidator?