UIComponent.unsubscribeFromEvent calls getApplication().unsubscribeFromEvent()
instead of modifying _systemEventListenerClassMap
--------------------------------------------------------------------------------------------------------------------------------
Key: MYFACES-2973
URL: https://issues.apache.org/jira/browse/MYFACES-2973
Project: MyFaces Core
Issue Type: Bug
Affects Versions: 2.0.3-SNAPSHOT
Reporter: Max Starets
UIComponent.unsubscribeFromEvent() calls
getFacesContext().getApplication().unsubscribeFromEvent(), while the event
listener added by subscribeToEvent() still remains in
_systemEventListenerClassMap. This means that the component system event
listener cannot be removed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.