> 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_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside