Leaf data need to be children of branch data. I'd create a component MyTree extending Tree. Then either override the dataProvider setter and massage your data or just create a public property to inject and massage your data. By massage data, I mean create a simple XML object from your objects and set this as the dataProvider.
DK On Mon, Aug 4, 2008 at 11:34 PM, Dale Bronk <[EMAIL PROTECTED]> wrote: > Hello… > > > > I've have a list of basic value objects. Each object has a groupName > attribute and a description. It has other attributes, but these are the > ones I care about for this question. I want to pass these flat structure > into a Tree, not an ADG with a tree, just a Tree. I'm not able to get the > tree to display with the branch nodes being groupName and the leaf nodes > being description. Anyone have any suggestions? > > > > Thanks, > > Dale > > ------------------------------------------------------------- > To unsubscribe from this list, simply email the list with unsubscribe in > the subject line > > For more info, see http://www.affug.com > Archive @ http://www.mail-archive.com/discussion%40affug.com/ > List hosted by FusionLink <http://www.fusionlink.com/> > ------------------------------------------------------------- -- Douglas Knudsen http://www.cubicleman.com this is my signature, like it? ------------------------------------------------------------- To unsubscribe from this list, simply email the list with unsubscribe in the subject line For more info, see http://www.affug.com Archive @ http://www.mail-archive.com/discussion%40affug.com/ List hosted by http://www.fusionlink.com -------------------------------------------------------------
