Thank you guys! @Harald: > I.e. the renderer > org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.TableRenderer has > a > static private class NavBar extends SelectRangeChoiceBarRenderer That's a very good hint. So probably I'm just writing our own TableRenderer and put our stuff directly into the private NavBar class.
Btw, TreeTableRenderer itself doesn't deal with the SelectRangeChoiceBarRenderer. It extends DesktopTableRenderer extends TableRenderer. Thus, implementing our own TableRenderer should do... @Mamallan: > Please try below for selectRangeChoicebar: > component-family = org.apache.myfaces.trinidad.SelectRange > renderer-type = org.apache.myfaces.trinidad.ChoiceBar I already had tried this but without the modifications that Harald advised. So, even if these are the right settings, they had no chance to work properly for me. But thanks anyway! Best wishes, Carsten -- View this message in context: http://old.nabble.com/-TRINIDAD--Family-and-component-type-for-SelectRangeChoiceRenderer-tp26498105p26509505.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

