[
https://issues.apache.org/jira/browse/TRINIDAD-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12772557#action_12772557
]
Matthias Weßendorf commented on TRINIDAD-1611:
----------------------------------------------
will submit a new patch soon. I basically added the nasty part of the
UIComponentBase in MyFaces.
I think Leo also posted a mail to the EG / RI folks on the issue. Will catch up
with this as well.
Thanks for the catch!
> 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
> Attachments: 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.