Re: Nested list structures and RecursivePanel

2008-01-03 Thread Jay Hogan
Thanks Igor, that did the trick. I knew it had to be a simple solution. Sometimes learning a new technology is like hammering nails with your forehead! Jay On Jan 3, 2008 1:17 PM, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > you can use the wicket:container tag instead of span if you dont want > a

Re: Nested list structures and RecursivePanel

2008-01-03 Thread Igor Vaynberg
you can use the wicket:container tag instead of span if you dont want anything in the output. alternatively you can call setrenderbodyonly(true) on the offending container, if it is part of the listview/refreshingview you have to call onpopulateitem(Item item, ...) { item.setrenderbodyonly(true);

Nested list structures and RecursivePanel

2008-01-03 Thread Jay Hogan
I am trying to create a nested unordered list structure similar to the one demonstrated by the nested example from org.apache.wicket.examples. However, there are some key differences that have me stumped. Here is an example of the structure I am trying to create: 1.1