In web.xml file instead of *.do can i write *.ibm, Specify
with example
Answer Posted / naveen.bav
Yes, you can write but that URL should map to a particular
servlet in web.xml and make sure that it should not map to
multiple servlets with the same URL pattern.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to convert struts to spring mvc?
Why is it called struts?
What is Custom Type Converter in Struts2?
What is the difference between session scope and request scope when saving formbean ?
How nested beans can be used in Struts applications?
What is struts in j2ee?
What should be the name of xml file used for validation in struts?
How to combine the struts with velocity template?
What do you mean by inner class and anonymous class?
What are the reasons for an error message not being displayed while developing struts application?
Which model components are supported by Struts?
What are the aware interfaces in struts2?
Explain about tiles?
What is container struts2?
Which class of struts is responsible to converts data types from string and vice versa?