I verified that the family in HtmlTreeColumn is not in faces-config.xml that
ships with Tomahawk.
/** The component type. */
public static final String COMPONENT_TYPE =
"org.apache.myfaces.HtmlTreeColumn";
/** The component family. */
public static final String COMPONENT_FAMILY =
"org.apache.myfaces.HtmlTreeColumn";
The comp family does not show up in the renderer section at all.
-----Original Message-----
From: Rick [mailto:[EMAIL PROTECTED]
Sent: Friday, June 23, 2006 5:27 PM
To: 'MyFaces Discussion'
Subject: RE: need to change renderer for tree column (for Tree table
Tomahawk feature)
Good idea. Thanks. I needed a crumb trail. That makes sense.
-----Original Message-----
From: Dennis Byrne [mailto:[EMAIL PROTECTED]
Sent: Friday, June 23, 2006 3:36 PM
To: MyFaces Discussion
Subject: Re: need to change renderer for tree column (for Tree table
Tomahawk feature)
You might want to see if the tree is doing the rendering for the tree
column.
Dennis Byrne
>-----Original Message-----
>From: Rick [mailto:[EMAIL PROTECTED]
>Sent: Friday, June 23, 2006 06:06 PM
>To: ''Rick Hightower'', ''MyFaces Discussion''
>Subject: RE: need to change renderer for tree column (for Tree table
Tomahawk feature)
>
>
>
>I downloaded the source, but the tree column does not seem to have a
>renderer mentioned in the faces-config.xml file.
>
>
>
>What gives?
>
>
>
>I looked at the source for the tree column as well.
>
>
>
>It does not do inline rendering.
>
>
>
>So where is the renderer if it is not metioned in faces-config.xml or done
>inline?
>
>
>
>I need to change the rendering b/c of this bug..
>
>
>
>See
>
>
>
>http://jroller.com/page/RickHigh?entry=tomahawk_tree_view_woes
>
>
>
>BTW After using Perforce on several projects, SVN is a pain in the butt to
>work with. It is dog slow.
>
>
>
>