Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OutputLinkRenderer.encodeChildren doesn't fully recurse

843844Aug 14 2007 — edited Aug 14 2007
In 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 11 2007
Added on Aug 14 2007
2 comments
72 views