Re: [Wicket-user] why does wicket have dataview/datagrid and repeater ?

2006-08-29 Thread Otan
I think putting that explanation in the javadoc of the wicket.extensions.markup.html.repeater package is also a great help for those who's having a hard time deciding what repeater to use. On 8/29/06, Igor Vaynberg [EMAIL PROTECTED] wrote: hope this helps, mind cleaning this up and making a wiki

Re: [Wicket-user] why does wicket have dataview/datagrid and repeater ?

2006-08-29 Thread Igor Vaynberg
i think you forgot to attach the patch... :)-IgorOn 8/29/06, Otan [EMAIL PROTECTED] wrote: I think putting that explanation in the javadoc of the wicket.extensions.markup.html.repeater package is also a great help for those who's having a hard time deciding what repeater to use. On 8/29/06, Igor

Re: [Wicket-user] why does wicket have dataview/datagrid and repeater ?

2006-08-29 Thread Gwyn Evans
:-) On 29/08/06, Igor Vaynberg [EMAIL PROTECTED] wrote: i think you forgot to attach the patch... :) -- Download Wicket 1.2.2 now! - http://wicketframework.org - Using Tomcat but need to do more? Need to support web

[Wicket-user] why does wicket have dataview/datagrid and repeater ?

2006-08-28 Thread Huy Do
Hi, Just a something I'm a bit confused about being a wicket hobbyist. Why does wicket provide so many different options for the display of tables (as seen in the wicket contrib examples). It makes it hard to figure out which is the correct/or suitable method. Any guidance ? Also, are there

Re: [Wicket-user] why does wicket have dataview/datagrid and repeater ?

2006-08-28 Thread Igor Vaynberg
simple answer is because :)if you look at the class hieararchy you will see that every repeater builds on the other.at the top we have RepeatingView - this is a very basic repeater. you add items to it - those items are rendered using the repeater's markup. thats all it does. below that we have a

Re: [Wicket-user] why does wicket have dataview/datagrid and repeater ?

2006-08-28 Thread Huy Do
Hi Igor, Thanks for that nice explanation. It's totally clear now. I've added a wiki entry under http://www.wicket-wiki.org.uk/wiki/index.php/Reference_library#Wicket_reference at http://www.wicket-wiki.org.uk/wiki/index.php/Tablesandgrids It is still very rough, but that's all the time I

Re: [Wicket-user] why does wicket have dataview/datagrid and repeater ?

2006-08-28 Thread Igor Vaynberg
thanks huy-IgorOn 8/28/06, Huy Do [EMAIL PROTECTED] wrote: Hi Igor,Thanks for that nice explanation. It's totally clear now. I've added awiki entry underhttp://www.wicket-wiki.org.uk/wiki/index.php/Reference_library#Wicket_reference athttp://www.wicket-wiki.org.uk/wiki/index.php/TablesandgridsIt