[Wicket-user] TreeTable

2005-04-14 Thread Stephen Knight
Hello, Has anyone created a TreeTable component? I would like to create something like the nested list and tree examples but within a table so that I can have other columns. I am very new to Wicket so I'm looking for help/tips on how to create one. Thanks, Steve

Re: [Wicket-user] TreeTable

2005-04-14 Thread Eelco Hillenius
I'm not sure I understand what you're looking for. Do you mean HTML table? In that case you can just put the tree in the td (like td span wicket:id=someTree / /td). Could you tell us in more detail what you want? Eelco Stephen Knight wrote: Hello, Has anyone created a TreeTable component? I

[Wicket-user] Re: TreeTable

2005-04-14 Thread Stephen Knight
Tapestry has a TreeTable component...you can see it here in the workbench: http://demo.raibledesigns.com/workbench/app?service=page/FileSystemTableTree And here is a purely javascript treetable: http://sstree.tigris.org/nonav/example4.html# From those examples, you can see that each node of

[Wicket-user] ChoiceList

2005-04-14 Thread Jonathan Carlson
I like the new Choice refactoring so far. I think it would be helpful to be able to specify a PropertyModel expression for the displayValue of each IChoice. The current implementation assumes that toString() is good enough, which it isn't always. I don't see an obvious way to change that

[Wicket-user] Wicket has been blogged

2005-04-14 Thread Jonathan Carlson
This was just posted an hour or so ago. http://raibledesigns.com/page/rd/20050414#why_wicket_looks_cool ** This email and any files transmitted with it are confidential and intended solely for the use of the individual

Re: [Wicket-user] Legos -- lowering the bar

2005-04-14 Thread Eelco Hillenius
I just worked on the manual a bit more. Can't believe how much time it costs to just put down a couple of sentences, but well... http://wicket.sourceforge.net/wiki/doku.php?id=newuserguide Eelco Jonathan Carlson wrote: Thanks, I hadn't thought of using the Wiki for this.

Re: [Wicket-user] Legos -- lowering the bar

2005-04-14 Thread Jonathan Locke
it might be helpful to break the user's guide up into sections. that would give us a sense of progress, if nothing else. Eelco Hillenius wrote: I just worked on the manual a bit more. Can't believe how much time it costs to just put down a couple of sentences, but well...