EL expression to method with parameter binds to a method without parameters
---------------------------------------------------------------------------
Key: JBSEAM-4311
URL:
https://jira.jboss.org/jira/browse/JBSEAM-4311
Project: Seam
Issue Type: Bug
Components: EL
Affects Versions: 2.1.2.GA
Reporter: Tomasz Bartczak
EL action="#{leaveHome.accept(leave)}" when leave is a object from a dataTable -
binds to a method
public String reject();
even though it doesn't have a parameter and MethodNotFound should be thrown
the same binding works well when I create a method
public String reject(Leave leave);
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira