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.