Details
Description
Right now we only support a static UIComponent tree, but stock Facelets should
support a dynamic UIComponent tree via their handler classes, whose apply(-)
methods could create varying numbers of UIComponent children. This has
ramifications with the StateManager code, and the transient and non-transient
components.
support a dynamic UIComponent tree via their handler classes, whose apply(-)
methods could create varying numbers of UIComponent children. This has
ramifications with the StateManager code, and the transient and non-transient
components.
Worthwhile investigating since it's an important customer feature and potentially low risk because it's
confined to Facelets.