Hi Friends, I am using the url tag as follows:
<s:url id=*"url"* action=*"InvoiceFrame"*>
<s:param name=*"invoiceType"*>LocalInvoice</s:param>
</s:url>
<s:a href=*"%{url}"*>Local Invoice</s:a>
The problem is the parameter defined in param tag is getting appended in all
others urls on the JSP page so affecting other url's implementation.
Please help me / guide me in resolving this issue.
Thanks,
Shekher.

