[
https://issues.apache.org/jira/browse/WW-4784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15968099#comment-15968099
]
Suresh Dhanapal edited comment on WW-4784 at 4/13/17 7:13 PM:
--------------------------------------------------------------
Hi Dave,
I have migrated Struts 2.3.29 to 2.5.10.1, I have changed configuration and
dependency as per migration recommendation , finnaly project got deployed
succefully , only where ever the link <s:url action="msSummary"/> does not work.
Block of JSP code:
<div class="call-to-action-shadowOne" style="margin-left: 7px;">
<a style="CURSOR: pointer;" accesskey="i" href='<s:url
action="msSummary"/>'>
<div class="call-to-action inner-shadow">
<h2>Release Invoices <br> (ALT + i)</h2>
<div class="rightArrowImage"></div>
<ul>
<li>Search Invoices. Release Invoices.</li>
</ul>
</div>
</a>
</div>
was (Author: gd_suresh):
Hi Dave,
I have migrated Struts 2.3.29 to 2.5.10.1, I have changed configration and
dependency as per migration recommendation , finnaly project got deployed
succefully , only where ever the link <s:url action="msSummary"/> does not work.
Block of JSP code:
<div class="call-to-action-shadowOne" style="margin-left: 7px;">
<a style="CURSOR: pointer;" accesskey="i" href='<s:url
action="msSummary"/>'>
<div class="call-to-action inner-shadow">
<h2>Release Invoices <br> (ALT + i)</h2>
<div class="rightArrowImage"></div>
<ul>
<li>Search Invoices. Release Invoices.</li>
</ul>
</div>
</a>
</div>
> <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)