[
https://issues.apache.org/struts/browse/WW-2783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Volker Krebs updated WW-2783:
-----------------------------
Affects Version/s: 2.0.11.2
This also affects 2.0.11.2
> 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
> 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.