Re: t5: Hibernate resultset with pagination

2008-09-02 Thread Angelo Chen
Hi Bill, This is a good idea, will give it a try, thanks. Angelo Bill Holloway wrote: > > Hi Angelo, I achieve custom paging for anything that uses a tapestry > loop (or anything that needs a list per page) starting with this > abstract class: > > public abstract class PagingResults > { >

Re: t5: Hibernate resultset with pagination

2008-09-01 Thread Bill Holloway
Hi Angelo, I achieve custom paging for anything that uses a tapestry loop (or anything that needs a list per page) starting with this abstract class: public abstract class PagingResults { protected int _page; protected int _resultsPerPage; public PagingResults (int resultsPerPage)

Re: t5: Hibernate resultset with pagination

2008-09-01 Thread Davor Hrg
not sure what you are trying achieve exactly paging, table, all can be simply generated even without grid but you'll need to print each column manualy, or dig deeper and use beanModel your self Davor Hrg On Mon, Sep 1, 2008 at 3:32 AM, Angelo Chen <[EMAIL PROTECTED]>wrote: > > Hi, > > I have a

t5: Hibernate resultset with pagination

2008-08-31 Thread Angelo Chen
Hi, I have a need to display some Hibernate resultset with pagination, but I can't use T5's grid. any hint how to do this in T5? thanks. Angelo -- View this message in context: http://www.nabble.com/t5%3A-Hibernate-resultset-with-pagination-tp19247842p19247842.html Sent from the Tapestry - Us