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 the purpose of @conversion?
What is the purpose of dispatcher result type?
What is the difference between empty default namespace and root namespace?
How action-mapping tag is used for request forwarding in struts configuration file?
How properties of a form are validated in Struts?
What is used to display the intermediate result in an interceptor?
What is difference between lookupdispatchaction and dispatchaction?
How to work with error tags?
How interceptor works in struts 2?
How tag libraries are defined in Struts?
What is the configuration files used in struts?
Explain the difference between jakarta struts and apache struts?
Which design pattern the interceptors in struts2 is based on?
What does validation interceptor?
Which servlet does the struts framework use?