You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Max Starets (JIRA)" <de...@myfaces.apache.org> on 2013/02/28 21:55:13 UTC

[jira] [Created] (TRINIDAD-2368) getFacets().values().remove(component) does not fire REVOVE component system event

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