what is the difference between *.do & /do.*/?
So what is the diffenence btn extension mapping & path
mapping.What is those difference in work effect?
Answer Posted / ramanjaneyulu
whatever Tirupathi Rao told it is correct. I am adding few
more words to this question.We need to follow either
extension matching or directory match to achieve "Front
controller" design pattern. By using this design pattern
only we can able to trap all the requests to Action classes
and forwarding control to ActionServlet class.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How can duplicate form submission be handled in struts 2?
What is validate() and reset() functions?
What are the core components of a struct2 based application?
Explain the necessity of empty tag?
What is the purpose of global-forwards tag in struct-config.xml?
What does modeldriven interceptor?
How can we display validation errors on jsp page?
What do you mean by action errors and what are the results they force?
What do you mean by tiles in struts?
how to develop the submit and search operations in single jsp using struts?
What are the some useful annotations introduced in struts2?
Describe the mvc on struts?
What configurations are stored in struts configuration file ?
Why use spring, if you are already using struts?
How you will display validation fail errors on jsp page?