You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Nils-Helge Garli (JIRA)" <ji...@apache.org> on 2008/11/23 10:25:38 UTC

[jira] Resolved: (WW-2783) The anchor parameter in the url tag does not evaluate OGNL expression.

     [ https://issues.apache.org/struts/browse/WW-2783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nils-Helge Garli resolved WW-2783.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.3

> The anchor parameter in the url tag does not evaluate OGNL expression.
> ----------------------------------------------------------------------
>
>                 Key: WW-2783
>                 URL: https://issues.apache.org/struts/browse/WW-2783
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Core Actions, Plugin - Portlet
>    Affects Versions: 2.0.11.2, 2.1.2
>         Environment: Tomcat 6.0.16 on Windows Vista
>            Reporter: Daniel Ruan
>            Priority: Minor
>             Fix For: 2.1.3
>
>         Attachments: WW-2783-patch.txt
>
>
> Suppose you have this:
> <s:url var="showEmployee" action="ShowEmployee"  anchor="%{employee.lastName}">
> <s:param name="id" value="employee.id"/>
> </s:url>
> Struts2 generates:
> ShowEmployee.action?id=1234#%{employee.lastName}
> The OGNL expression in the anchor attribute is rendered literally.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.