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 are the pros of struts 2?
What are the steps involved in creating a strut application?
How can we upload files in Struts2 application?
What is the use of jsonvalidation in struts?
What are the components of struts framework?
What are the sections into which a strut configuration file can be divided?
Why it called struts?
What is difference between struts1 and struts2?
What is the configuration files used in struts?
What are the classes used as part of struts framework ?
How long do struts last?
How do u provide security to ur project?(Banking domain project)
What is the flow of requests in struts based applications?
How many instances of servlet usually run in a struts application ?
What is meant by custom tags?