OutputLinkRenderer.encodeChildren doesn't fully recurse
843844Aug 14 2007 — edited Aug 14 2007In JSF 1.2_04 FCS, OutputLinkRenderer.getRendersChildren() returns true, and its encodeChildren(FacesContext,UIComponent) method renders all immediate children, but if any child does not render its children (OutputLink's grandchildren), then those grandchildren are simply not rendered.
I can't understand why this is the case, and was wondering if anyone can tell me if this is a bug, or if there was some reason for this atypical behaviour?