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
what is ACID test for fresh engineers??what is the pattern??
What is action class?
What are the struts2 configuration properties that control file uploading process?
What is the purpose of @doublerangefieldvalidator annotation?
How we can controlled duplicate form submission in struts?
Why we use struts over servlets?
What is jakarta struts framework?
Whats the difference between the default namespace and the root namespace?
Mark the differences between html tags and strut specific html tags.
Which interceptor is responsible for i18n support?
How can we write our own interceptor and map it for action?
What is actionmapping?
What is the purpose of form-be tag in struct-config.xml?
What are the core components of a struct2 based application?
What configurations are stored in struts configuration file ?