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 action errors and error?
Why are frameworks used?
What is controller in struts ?
If we close the browser,when the specific user session is active.Again if we open browse how to retrive it same user??what code i have to da???
Can we handle exceptions in Struts programmatically?
What is the purpose of redirect result type?
Why is action servlet a singleton in struts?
What is a custom tag?
How to build struts application in eclipse?
What is the default suffix for struts2 action uri ?
How duplicate form submission can be controlled in struts?
What are the steps required for setting up validator framework in struts?