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 / kartheeswari
If we specify *.do in <url-pattern>, the ActionServlet
specified in <servlet-class> will respond to all the
request whicheverr comes from the client.
if we specify do.*, ActionServlet class respond only to the
request comes from the resource with "do" primaryname and
with any extension. like do.html, do.jsp, do.do
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
How to convert struts to spring mvc?
What is difference between lookupdispatchaction and dispatchaction?
What is container struts2?
What is the actionform?
Which interceptor is responsible for file upload support?
What is the purpose of action-mappings tag in struct-config.xml?
What is the purpose of '@customvalidator'?
What is the front controller in struts2?
State an example of struts configuration file as an action parameter for action servlet.
What are the two types of validations supported by validator framework?
What is the use of execAndWait interceptor?
Explain how can we upload files in struts2 application?
What is the purpose of @element annotation annotation?
What is lookupdispatchaction?
What is http redirect?