In web.xml file instead of *.do can i write *.ibm, Specify
with example
Answer Posted / ravi
Yes, you can write anything you want. But the *.do is the
best practice used for servlet action.
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
What are inner class and anonymous class?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
What is validate() and reset() functions?
What is xml based validation in struts2?
In how many ways duplicate form submission can occurs?
What do you mean by action errors and what are the results they force?
What is action class? What are the types of action class?
What is struts?
Why it called struts?
How to override the default error message that can come during file uploading process?
How can we handle exceptions thrown by application in Struts2?
How to get data from the velocity page in a action class?
how to develop the submit and search operations in single jsp using struts?
What is http redirect?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?