You can use the "length" and "offset" attributes in <logic:iterate> to
control this. Length limits the number to display and offset tells iterate
at which occurance to start at.


Display first ten:  <logic:iterate length="10" offset="0">
Display second ten:  <logic:iterate length="10" offset="10">

Niall



----- Original Message ----- 
From: "Iwan Soenarto (IT)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 15, 2004 4:00 AM
Subject: Row


I have 100 records. How do I limit the number of row to display per page
to 10 ?
What technique should I use ?

Tks
Iws



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to