yes but this is a jsp taglib. I'd like to use Turbine with Velocity. Thanks Rudi
-----Ursprungliche Nachricht----- Von: Louis Moore [mailto:[EMAIL PROTECTED] Gesendet: Monday, May 16, 2005 11:59 PM An: Turbine Users List Betreff: Re: Reusable html table with column sorting and page-at-a-time scrolling Something like this might help you out. a nice opensource tag library for displaying collections in tables. definitely can give you paging and sorting: http://displaytag.sourceforge.net/ --- Scott Eade <[EMAIL PROTECTED]> wrote: > If you are using Torque you can use LargeSelect to > achieve the record > paging. The sorting and filtering needs to be coded > manually. > > Scott > > > Rudi Vaum wrote: > > >Hi everyone, > > > >what is the best way to implement this with > Turbine/Velocity? > >Is there anything already there I could use? > >Where could I find examples etc.? > > > >Thanks > >Rudi > > > > > >Example table: > >___________________________________________________________________________ _ > >Table Title [Add new] [Delete selected] > [Filter] [Select all] > >___________________________________________________________________________ _ > >Column 1 [sort] Column 2 [sort] Column 3 > [sort] Actions > >=========================================================================== = > >James Brown singer > [view] [x] > >Jim Morrison rocker > [view] [ ] > >Murphy - > law-writer [view] [x] > >=========================================================================== = > > View > page: [<] [1] [2] [3] [>] > >___________________________________________________________________________ _ > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
