Re: self-recursive panel

2009-10-08 Thread Eelco Hillenius
> http://wicketstuff.org/wicket13/nested/ > > Ryan Gravener > http://bit.ly/no_word_docs Oh, right. Or http://wicketstuff.org/wicket14/nested/ (and notice the fancy toolbar in the upper right corner). Eelco - To unsubscribe, e-m

Re: self-recursive panel

2009-10-08 Thread Ryan Gravener
http://wicketstuff.org/wicket13/nested/ Ryan Gravener http://bit.ly/no_word_docs On Thu, Oct 8, 2009 at 5:44 PM, Eelco Hillenius wrote: >> I was not aware of the "nested" example in wicket-examples. >> >> Unfortunately, http://www.wicket-library.com/wicket-examples/nested/ barfs >> when I try

Re: self-recursive panel

2009-10-08 Thread Eelco Hillenius
> I was not aware of the "nested" example in wicket-examples. > > Unfortunately, http://www.wicket-library.com/wicket-examples/nested/ barfs > when I try to access it. Hmmm, don't know what's going on there. But you can check out the source and look at it if you're interested. You won't learn much

Re: self-recursive panel

2009-10-08 Thread Ceki Gulcu
n Thu, Oct 8, 2009 at 12:27 PM, Ceki Gulcu wrote: Hello, I just succeeded to create a self-recursive panel displaying a tree-like structure with less than 40 lines of java code and 10 lines of HTML. I am including the code here in case someone is interested. ==

Re: self-recursive panel

2009-10-08 Thread Eelco Hillenius
Yeah, that's like Wicket's "nested" example in wicket-examples. Eelco On Thu, Oct 8, 2009 at 12:27 PM, Ceki Gulcu wrote: > Hello, > > I just succeeded to create a self-recursive panel displaying a > tree-like structure with less than 40 lines of java code and 10

self-recursive panel

2009-10-08 Thread Ceki Gulcu
Hello, I just succeeded to create a self-recursive panel displaying a tree-like structure with less than 40 lines of java code and 10 lines of HTML. I am including the code here in case someone is interested. == public class Node implements