url tag, method attribute not evaluation 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.
            Reporter: Martin Petzsch
            Priority: Minor


<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.

Reply via email to