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
            Reporter: Matthias Weßendorf
            Assignee: Matthias Weßendorf


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.

Reply via email to