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 should be the name of xml file used for validation in struts?
How an actionform bean is created?
What is struts2 in java?
Who makes the struts?
What is s token?
How to display validation errors on jsp page?
What are the Core classes of Struts Framework?
List some struts tag libraries?
What are the bundled validators?
Is struts action class singleton?
How to combine the struts with velocity template?
What are the reasons for an error message not being displayed while developing struts application?
Why is action servlet a singleton in struts?
For a single Struts application, can we have multiple struts-config.xml files?
What configuration files are used in struts?