You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Dave Newton (JIRA)" <ji...@apache.org> on 2017/04/13 18:47:41 UTC

[jira] [Updated] (WW-4784)
     [ https://issues.apache.org/jira/browse/WW-4784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dave Newton updated WW-4784:
----------------------------
    Description: 
Sample code used in my source

{code}
<div>
  <a href='<s:url action="msSummary"/>'></a>
</div>
{code}

  was:
Sample code used in my source

<div>
  <a href='<s:url action="msSummary"/>'></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)