There are some examples in tapestry-core's test app: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/TreeDemo.java?view=markup
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/pages/TreeDemo.tml?view=markup and http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/TreeSelectionDemo.java?view=markup http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/pages/TreeSelectionDemo.tml?view=markup On Mon, Apr 23, 2012 at 1:17 PM, Geoff Callender < [email protected]> wrote: > Hi Devs, > > I have tried and tried but I just don't get how the Tree component is > intended to be used. I'm asking here because no-one over on the Users list > seems to know either. > > I'm trying to make an example for JumpStart. The use case is simple: show > a page with a Tree on the left and, when you select a leaf, display the > related object on the right. > > Some sample code from someone who truly understands the Tree's > capabilities and limitations would be greatly appreciated. > > Following that, I'd also like to understand how to make use of Tree's > multiple selection capability. What's its intended purpose? > > Regards, > > Geoff > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Best regards, Igor Drobiazko http://tapestry5.de http://twitter.com/drobiazko
