[
https://issues.apache.org/jira/browse/MYFACES-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12757885#action_12757885
]
Werner Punz commented on MYFACES-2359:
--------------------------------------
Ok a quick blackbox test against the RI revealed that the component class seems
to be hardwired against UIComponent in this instance because doing a test
against a UICommand as class did not do anything.
> 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
>
> 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.