Re: [T5] component for displaying tree like structure

2009-01-27 Thread Joachim Van der Auwera (PROGS bvba)
There is also a TreeTable component which is part of the latest equanda-tapestry component. See http://equanda.org/equanda-tapestry5/treetable.html Or look at the example (which unfortunately is not live at the moment) : http://equanda.svn.sourceforge.net/viewvc/equanda/t5-equanda-example/src/m

Re: [T5] component for displaying tree like structure

2009-01-26 Thread Weisu
Hi Davor, I have tried to use it but don't know how to define the tree node object. So I follow the wiki's example http://wiki.apache.org/tapestry/Tapestry5TreeComponent. Could someone please shows how to use this? Thanks! Weisu. Davor Miku wrote: > > I haven't find any. I figured out that is ba

Re: [T5] component for displaying tree like structure

2009-01-26 Thread Davor Miku
I haven't find any. I figured out that is based on TreeNode, and that doesn't suites me, I can't easily map it with hibernate. On Mon, Jan 26, 2009 at 3:11 PM, manuel aldana wrote: > cool, is there some documentation how to use it or do I need to reverse > engineer from the sources? > > Davor Mi

Re: [T5] component for displaying tree like structure

2009-01-26 Thread manuel aldana
cool, is there some documentation how to use it or do I need to reverse engineer from the sources? Davor Miku schrieb: You can try this one: http://code.google.com/p/tapestry5-treegrid/ On Mon, Jan 26, 2009 at 2:55 PM, manuel aldana wrote: hi, I want to introduce a component which dis

Re: [T5] component for displaying tree like structure

2009-01-26 Thread Davor Miku
You can try this one: http://code.google.com/p/tapestry5-treegrid/ On Mon, Jan 26, 2009 at 2:55 PM, manuel aldana wrote: > hi, > > I want to introduce a component which displays dynamically tree like > structure. > > Its purpose is that I want to load a hierachical navigation bar based on a >