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 is the purpose of @expressionvalidator annotation?
Why is it called struts?
How can we integrate log4j in Struts2 application?
Name some useful annotations introduced in Struts2?
Does apache struts run on windows?
What is the purpose of @after?
What are the life cycle methods of interceptor?
Are actions thread safe?
What are the loop holes of struts?
What is the role of action class?
What are the two different types of validations that the validator framework supports?
What is the purpose of action tag in struts.xml?
How exceptions are handled in struts application?
What is the use of namespace in action mapping in Struts2?
What are the core classes of struts?