Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.3-SNAPSHOT
-
None
-
None
Description
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.