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 |
struts 1.3 features?
What are the various struts tag libraries?
What is http forward?
How to explain struts work flow
12 Answers CSS, iFlex, iGate, mpower, TCS,
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
How can we display all validation errors to user on jsp page?
What helpers in the form of jsp pages are provided in struts framework?
State the procedure for using forward attribute of link tag’s.
What is struts2 framework?
What is struts xml?
while working struts in intellij 7.0error unable to initialize tld location cache: zip file is closed is displayed anybdy can answer me immdialy .ungert
What is Custom Type Converter in Struts2?