No error messages? Hmm. My guess is one of the following:
1.) Your tree has a rendered attribute of false
2.) Your tree has a value of null for its value attribute.
Neither of these cases generates a warning in the logs although that
might be a good idea?
Are you assigning a value to the tree using something like <x:tree2
value="#{foo}">? Also the data needs to be wrapped in TreeNodeBase or
your own custom class that implements TreeNode but it sounds like you
are doing that.
sean
On Fri, 25 Mar 2005 11:45:44 -0000, Roger Lee, NOTiFY
<[EMAIL PROTECTED]> wrote:
> Using the example supplied with MyFaces I am trying to use the x:tree2
> component.
>
> I have taken the backing class which I used with Web Galileo and converted
> it to use TreeNode.
>
> The JSP gets called and my "breakpoints" are displayed in the JBoss console,
> but no Tree is rendered or errors thrown.
>
> Any pointers to what I should checking/looking for?
>
> Thanks,
>
> Roger Lee
>
>