[
https://issues.apache.org/jira/browse/WW-4784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15968135#comment-15968135
]
Suresh Dhanapal commented on WW-4784:
-------------------------------------
In Struts.xml
<action name="msSummary" class="abc.xys.msa.action.MSProcessAction"
method="searchInvoiceDetails">
<result
name="invoiceDistributionsPage">/WEB-INF/jsps/msa/Q3InvoiceDistributions.jsp</result>
</action>
> <s:url tag is not working after Struts 2.5.10.1 migration
> ----------------------------------------------------------
>
> Key: WW-4784
> URL: https://issues.apache.org/jira/browse/WW-4784
> Project: Struts 2
> Issue Type: Bug
> Components: Core Tags
> Reporter: Suresh Dhanapal
>
> Sample code used in my source
> {code}
> <div>
> <a href='<s:url action="msSummary"/>'></a>
> </div>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)