You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "James Holmes (JIRA)" <ji...@apache.org> on 2007/08/01 18:12:05 UTC

[jira] Updated: (WW-2015) url tag, method attribute not evaluating expressions (ognl)

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

James Holmes updated WW-2015:
-----------------------------

    Summary: url tag, method attribute not evaluating expressions (ognl)  (was: url tag, method attribute not evaluation expressions (ognl))

> url tag, method attribute not evaluating expressions (ognl)
> -----------------------------------------------------------
>
>                 Key: WW-2015
>                 URL: https://issues.apache.org/struts/browse/WW-2015
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Expression Language
>    Affects Versions: 2.0.8
>         Environment: WebSphere 6.1.0.9 on Windows.  Also JBoss 4.0.5 on Windows.  Only 2 tested so far, don't think this is an environment issue.
>            Reporter: Martin Petzsch
>            Assignee: James Holmes
>            Priority: Minor
>             Fix For: 2.0.10
>
>
> <s:url action="%{leftMenuLinks[#stat.index].action}" method="%{leftMenuLinks[#stat.index].actionMethod}"/>
> I have the above expression on my JSP.  The action attribute correctly evaluates my expression and displays the value from the bean.  The method attribute does not evaluate the expression.  If I place the expression in an s:property or in the action attribute of the url tag it is evalated correctly and displayed.  So I think the expression is valid.
> From the documentation I understand that the method attribute should evaluate expressions and so am assuming that this is a bug.  Happy to be proven wrong if I should be using a different syntax to get expression evalation in this attribute.
> Many thanks.

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