I want to use only one <forward> tag in my struts-config.
<global-forwards>
<forward name="/viewcart" path="/details.do"/>
</global-forwards>
for every request from the jsp page the name and path
attribute will be change dynamically that means "/viewcart"
and "/details.do" will act as a variable and changed depending on the request