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
What do you mean by struts.dev mode?
Why are springs better than struts?
Does apache tomcat use struts?
What is the front controller in struts2?
What is an interceptor stack?
Describe the basic steps used to create a tiles application?
What is actionservlet?
What is the purpose of dispatcher result type?
What is difference between spring and struts?
What is the purpose of form-beans tag in struct-config.xml?
What is the role of action class?
How struts 2 validation works?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
Explain struts.devmode?
What are the core classes of struts framework? Explain