In web.xml file instead of *.do can i write *.ibm, Specify
with example
Answer Posted / amol
Yes! In web.xml file instead of *.do you can write *.ibm.
But while calling the action from the jsp make sure that
the calling pattern will be having the same pattern.
e.g. login.imb will call respective action
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What do you mean by tiles in struts?
What is lookupdispatchaction?
What do you mean by actionform?
Which file is used by controller to get mapping information for request routing?
What are the steps required for setting up validator framework in struts?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
Do I have to credit struts on my own website?
When do I need “struts.jar” on my classpath?
How to handle exceptions in structs?
Can we have more than one struts-config.xml file for a single struts application?
What is the difference between session scope and request scope when saving formbean ?
What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?
What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?
What is the use of jsonvalidation?
What is actioninvocation?