You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Daniele Bernardini <da...@intranetstandard.com> on 2006/07/22 16:44:18 UTC

tc:tree and TreeNode

Hello,

it seems to me the the tree component supports only
DefaultMutableTreeNode as a nodes. 

Whenever I try to use another implementation I either get a classcast
exception from the render kit if I initialize the treeState in the bean
or just no rendering otherwise.

Can anyone shed some light, I am willing to help with debugging/ code/
documentation

Daniele