Max Starets created TRINIDAD-2368:
-------------------------------------

             Summary: getFacets().values().remove(component) does not fire 
REVOVE component system event
                 Key: TRINIDAD-2368
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2368
             Project: MyFaces Trinidad
          Issue Type: Bug
            Reporter: Max Starets


getFacets().values().remove(component) does not fire the REMOVE event, but 
getFacets().remove(key) does.

This is happening because FacetHashMap in Trinidad only overrides remove() and 
clear(), but provides no hooks for removal via an entry set or an iterator. 
Note that Mojarra's UIComponentBase does the right thing

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to