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 / tirupathi rao
hey,*.do is the extension match which is vallid in struts.
and /do is the directory match which is also valid,but we
should not mix up both like /do.*/,which is invalid.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What is strut web xml?
What are the applications of struts?
What is the purpose of @requiredstringvalidator?
Describe the basic steps used to create a tiles application?
How you will display validation fail errors on jsp page?
Explain about how requests from the client are sent?
What is the use of struts?
How tag libraries are defined in Struts?
Why are frameworks used?
Which interceptor is responsible for file upload support?
What design patterns are used in struts?
What is the purpose of @beforeresult annotation?
What are the some useful annotations introduced in struts2?
When do I need “struts.jar” on my classpath?
Where can I get a copy of struts?