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 / mayookh mitra
We can use both. *.do and do.* both are valid in struts. As
a matter of fact anything is valid when we are using the url
mapping.
*.do or routes all requests with a .do extension to the
specified page. And in the other case do.* directs all
request urls ending with a do.(html,jsp,whatever)to the
specified page
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you explain value stack?
Which components are available using actioncontext map?
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 purpose of @createifnull annotation annotation?
When do I need “struts.jar” on my classpath?
What does params interceptor?
What are the custom tags?
How many struts config file can be created in struts?
What is the struts in java?
What is spring hibernate and struts in java?
What are the action classes in struts?
What do struts do?
For a single Struts application, can we have multiple struts-config.xml files?
What’s the difference between struts and turbine?
What are action classes in struts?