[Seaside] Pagination in Seaside?

Ramon Leon ramon.leon at allresnet.com
Thu Aug 30 08:23:20 UTC 2007


> Subject: [Seaside] Pagination in Seaside?
> 
> Hi, I have many records that I would like to display and I 
> would like to display 16 records per page in a horizontal 
> manner.  Thus, is there support for pagination in Seaside?
> 
> Thanks in advance,
> 
> -Conrad

See WABatchedList, use it directly, or subclass it to override a few key
things if you're paging more than in memory objects.  I use a custom
subclass to page objects across a web service, works great.

Ramon Leon
http://onsmalltalk.com



More information about the seaside mailing list