Yes,
it's the same. It's just a regular backing bean class that has a reference
to org.apache.myfaces.custom.tree2.TreeNode (which is an Interface
for which there is a supplied concrete class called TreeNodeBase, if you want to
use it). The important thing is that the 'value' parameter
specified by your JSP must resolve to something whose data type
is TreeNode.
-
Brendan
-----Original Message-----Ok, I located the source code for the plain tree component. Is this the same one used for Tree2?
From: Gregg D Bolinger [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 12, 2005 10:38 AM
To: [email protected]
Subject: Re: Tree2 Example Source Code
Gregg
On 7/12/05, Gregg D Bolinger <[EMAIL PROTECTED]> wrote:I've searched the archives, downloaded the nightly build source, etc and can't seem to find the source code to the TreeBacker class that is used in the Tree2 example in the simple.war file.
Can anyone point me in the right direction for this source?
Thanks
Gregg Bolinger

