In web.xml file instead of *.do can i write *.ibm, Specify
with example
Answer Posted / ravi
Yes, you can write anything you want. But the *.do is the
best practice used for servlet action.
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
In which order struts framework searches for a message bundle?
What is the use of web xml in struts2?
How can we display validation errors on jsp page?
How to use forward action to restrict a strut application to mvc?
Can you explain struts.properties in struts2?
What is the difference between session scope and request scope when saving formbean ?
What are action errors and error and what are the consequences they impose?
Can you explain value stack?
What are the 5 constants of action interface?
State an example of struts configuration file as an action parameter for action servlet.
What is defeult result type?
How to display validation errors on jsp page?
What does params interceptor?
What is the purpose of @requiredstringvalidator annotation?
What is actioninvocation?