In web.xml file instead of *.do can i write *.ibm, Specify
with example
Answer Posted / sekahr babu
yes, we can write any thing instead of *.do. but using *.do
id preferable but not mandator.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Which library is provided by struts for form elements like check boxes, text boxes etc?
Is struts mvc framework?
What do you mean by struts.dev mode?
Are struts thread safe?
How properties of a form are validated in Struts?
Where should struts xml be placed?
How do u provide security to ur project?(Banking domain project)
Explain the difference between jakarta struts and apache struts?
What do you mean by inner class and anonymous class?
What is the purpose of execute() method?
When do I need “struts.jar” on my classpath?
What are the two different types of validations that the validator framework supports?
Why it called struts?
how to debug struts project in netbean ?
When it’s useful to use IncludeAction?