In web.xml file instead of *.do can i write *.ibm, Specify
with example
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / suresh
Yes u can write anything *.do ,*.ibm
generally everybody can write in struts programing *.do.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / raj
no we cant write like that. Its a syntax of struts.Struts
framework follow the extension of .do instead of anything.
| Is This Answer Correct ? | 1 Yes | 37 No |
What are inner class and anonymous class?
Can we integrate struts with spring?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
I have 4 jsp pages .At last page we have a submit button when we click it it will store all jsps data which we provide will store into database. how we can make it possible
what is mean by custom tag?
What configuration changes are required to use Tiles in Struts?
Explain how to work with error tags?
What is lookupdispatchaction?
what is ACID test for fresh engineers??what is the pattern??
What is MVC Architecture?
21 Answers HCL, Hexaware, Infosys, Infrascape, Tech Mahindra,
What is the purpose of action tag in struts.xml?
What helpers in the form of jsp pages are provided in struts framework?