[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2997) EL does not resolve varargs methods properly

Tobias Hill (JIRA) jira-events at lists.jboss.org
Wed May 14 08:04:26 EDT 2008


EL does not resolve varargs methods properly
--------------------------------------------

                 Key: JBSEAM-2997
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2997
             Project: Seam
          Issue Type: Bug
          Components: EL
    Affects Versions: 2.0.1.GA
            Reporter: Tobias Hill


Seems EL does not resolve vararg methods properly.

Examples: 
1)  #{component.setData()} does not find method setData(Object... items) on component-bean.
2)  #{component.setData('foo')} actually does find method setData(Object... items) on component-bean.
3)  #{component.setData('foo', bar)} where bar is not a String, does _not_ find method setData(Object... items) on component-bean. 



-- 
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 seam-issues mailing list