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
When it’s useful to use IncludeAction?
How to handle exceptions in structs?
What is action class? What are the types of action class?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
What is the significance of logic tags in Struts?
What do you mean by actionservlet?
What is the design role played by struts?
Are interceptors thread safe?
What is strut action mapping?
What is the difference between shocks and struts?
What is struts in java with example?
Explain about logic match tag?
How can we handle exceptions thrown by application in Struts2?
Why use spring, if you are already using struts?
Is there a particularly good ide to use with struts?