Re: [newb] sorting, paging table

2007-08-23 Thread somethingRandom
igor.vaynberg wrote: > > On 8/23/07, somethingRandom <[EMAIL PROTECTED]> wrote: >> What's the easiest way to take an arraylist of objects and display them >> in >> a >> sortable, pageable table? > > > class mydataprovider extends sortabledat

[newb] sorting, paging table

2007-08-23 Thread somethingRandom
I am trying out wicket, coming from the action-based world, so please bear with me. I made a simple report (we have a backend using spring and hibernate in place). It was very easy to take the ArrayList that hibernate returns to me and display that in a DataView using the ListDataProvider. So I