Re: [Wicket-user] creating a tree - not using the wicket tree classes

2007-05-31 Thread Lowell Kirsh
At a glance, that looks like what I want. Thanks. On 5/31/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > Take a look at the nested example and see if that helps you. > > Eelco > > On 5/31/07, Lowell Kirsh <[EMAIL PROTECTED]> wrote: > > I'd like to create a tree on a page and have something like

Re: [Wicket-user] creating a tree - not using the wicket tree classes

2007-05-31 Thread Eelco Hillenius
Take a look at the nested example and see if that helps you. Eelco On 5/31/07, Lowell Kirsh <[EMAIL PROTECTED]> wrote: > I'd like to create a tree on a page and have something like this in my > template: > > Tree Goes Here > > and have the rendered result look something along the lines of: > >

[Wicket-user] creating a tree - not using the wicket tree classes

2007-05-31 Thread Lowell Kirsh
I'd like to create a tree on a page and have something like this in my template: Tree Goes Here and have the rendered result look something along the lines of: foobar baz baz2 baz3 bang How do I do this? Thanks, Lowell ---