FaceletViewDeclarationLanguage should use javax.faces.event.ActionEvent instead 
of java.awt.event.ActionEvent
-------------------------------------------------------------------------------------------------------------

                 Key: MYFACES-2556
                 URL: https://issues.apache.org/jira/browse/MYFACES-2556
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-314
    Affects Versions: 2.0.0-beta-2
            Reporter: Jakob Korherr
            Assignee: Jakob Korherr


Testing the actionListener attribute on a composite component I noticed that 
the invocation does not work. Debugging the error I found out that 
MethodExpressionActionListener.processAction() gets a MethodNotFoundException 
because the wrong ActionEvent class is used when creating the MethodExpression 
in FaceletViewDeclarationLanguage.retargetMethodExpressions().

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