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
Which configuration files are used in struts?
What's mvc pattern ?
Why we use struts over servlets?
What is the purpose of @result annotation?
What does apache struts do?
What are the different kinds of actions in struts?
Are struts thread safe?
Explain about logic match tag?
How do you find the struts version being used in a project?
What is the use of execAndWait interceptor?
How exceptions are handled in struts application?
Can we use struts and spring together?
What do you mean by actionform?
What is struts xml?
What is jakarta struts framework?