eclipse-ee4j / mojarra

Mojarra, a Jakarta Faces implementation
Other
158 stars 107 forks source link

Composite component can't find reparented child when it's in turn in another NamingContainer within the composite #5315

Closed BalusC closed 9 months ago

BalusC commented 10 months ago

https://github.com/eclipse-ee4j/mojarra/issues/5214

E.g.

<cc:implementation>
  <h:form> <!-- or h:dataTable -->
    <cc:insertChildren>

caused the composite to recreate all children for cc:insertChildren brand new during render response of postback instead of reusing the ones already created during restore view.

BalusC commented 10 months ago

I want to run TCK on this before merge.

BalusC commented 10 months ago

TCK passed.