[
https://issues.apache.org/jira/browse/WW-3776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13232389#comment-13232389
]
Lukasz Lenart commented on WW-3776:
-----------------------------------
I need help, I don't understand what's going on :/
Url defined like this
{code}
<@s.url id="actionLink" action="showConfig" includeParams="none">
<@s.param name="namespace">${namespace}</@s.param>
<@s.param name="actionName">${name}</@s.param>
</@s.url>
{code}
when used like this
{code}
<a href="${actionLink}">${name}</a>
{code}
generates: /config-browser/showConfig?namespace=&actionName=
but when
{code}
<a href='<@s.property value="actionLink"/>'>${name}</a>
{code}
generates: /config-browser/showConfig?namespace=&actionName=error
> Config browser generates wrong links when used with Convention plugin
> ---------------------------------------------------------------------
>
> Key: WW-3776
> URL: https://issues.apache.org/jira/browse/WW-3776
> Project: Struts 2
> Issue Type: Bug
> Affects Versions: 2.3.1.2
> Environment: Example Convention application
> http://code.google.com/p/struts2-examples/downloads/detail?name=Struts2_Annotations_Mvn_2_2_1.zip&can=2&q=
> Reporter: Lukasz Lenart
> Priority: Minor
> Fix For: 2.3.2
>
>
> All links to actions on the left have wrong actionName parameter
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira