[
https://issues.apache.org/jira/browse/MYFACES-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12757897#action_12757897
]
Werner Punz commented on MYFACES-2359:
--------------------------------------
I have added direct references for the source class to UIComponent.class
wherever it was needed
> ComponentSystemEvents are not globally dispatched
> -------------------------------------------------
>
> Key: MYFACES-2359
> URL: https://issues.apache.org/jira/browse/MYFACES-2359
> Project: MyFaces Core
> Issue Type: Bug
> Components: JSR-314
> Affects Versions: 2.0.0-alpha
> Reporter: Werner Punz
> Fix For: 2.0.0-alpha
>
>
> The events triggered on component level should also dispatch global system
> events just like their siblings directly inherited from SystemEvent, a
> faces-config entry like
> <system-event-listener>
>
> <system-event-listener-class>mypackage.MyListener</system-event-listener-class>
>
> <system-event-class>javax.faces.event.PreRenderComponentEvent</system-event-class>
> </system-event-listener>
> currently does not do anything
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.