[jboss-jira] [JBoss JIRA] Created: (JBPM-782) Value binding used in <action expression="#{foo.bar}"/> instead of method binding

Gavin King (JIRA) jira-events at jboss.com
Thu Nov 16 18:44:41 EST 2006


Value binding used in <action expression="#{foo.bar}"/> instead of method binding
---------------------------------------------------------------------------------

                 Key: JBPM-782
                 URL: http://jira.jboss.com/jira/browse/JBPM-782
             Project: JBoss jBPM
          Issue Type: Bug
            Reporter: Gavin King
         Assigned To: Tom Baeyens


I noticed that if I write  

<action expression="#{foo.bar}"/>

then this resolves to the method of Foo named isBar() instead of bar(). 

It should prefer bar(), it is a method binding, not a value binding.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list