Title: Message
You basically just populate a list or collection with objects from your database - i.e. JavaBeans - and then stuff this list/collection into the request (or another scope).  Whatever you name it (when your stuffing it) is what you'll use as the "name" attribute on the display:table tag.
 
HTH,
 
Matt
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gareth Uren
Sent: Wednesday, October 01, 2003 1:42 AM
To: [EMAIL PROTECTED]
Subject: [displaytag-user] Auto-paging of long lists from database


Hi,

Thanks for a great tag library. I am totally new to tag libraries, but your work has really made it easy for me to get a firm grasp of the concepts through the examples.
Could you please inform me how to do autopaging (perhaps with an example),  where the data is retrieved from a database (I will be using the iSeries, but for now testing with MS Access). Currently, the examples use a ListObject, where the number of rows retrieved is already predefined by using the constructor.

Your help will be much appreciated.

Gareth.

Reply via email to