You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Matthias Weßendorf (JIRA)" <de...@myfaces.apache.org> on 2009/11/23 10:04:39 UTC

[jira] Resolved: (TRINIDAD-1611) implement new setParent() behavior on UIXComponent base in order to trigger PostAddToViewEvent(s)

     [ https://issues.apache.org/jira/browse/TRINIDAD-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf resolved TRINIDAD-1611.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-core

> implement new setParent() behavior on UIXComponent base in order to trigger PostAddToViewEvent(s)
> -------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1611
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1611
>             Project: MyFaces Trinidad
>          Issue Type: Sub-task
>    Affects Versions: 2.0.0-core
>            Reporter: Matthias Weßendorf
>            Assignee: Matthias Weßendorf
>             Fix For: 2.0.0-core
>
>         Attachments: SystemEventsForTrinidad.patch, TRINIDAD-1611.patch
>
>
> the base-task can only work when we change our UIXComponentBase's setParent() to trigger the new "PostAddToViewEvent" event.
> As this event subsystem doesn't come for free (in terms of PERF
> costs), I will try to get some numbers on the inclusion of the
> behavior.
> However, the benefit of the "relocatable resources" feature is that we
> don't need to worry about "duplicated" resources, as something like
> this:
> ...
>  <h:outputScript target="body" name="fooBody.js"/>
>  <h:outputScript target="body" name="fooBody.js"/>
>  <h:outputScript target="body" name="fooBody.js"/>
> ...
> Is only added once to the particular *target*...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.