Hi Sarav,

Tapestry has 
Grid<http://tapestry.apache.org/tapestry5.2-dev/tapestry-core/ref/org/apache/tapestry5/corelib/components/Grid.html>
but
it cannot be customized to your particular case. There is
Loop<http://tapestry.apache.org/tapestry5.2-dev/tapestry-core/ref/org/apache/tapestry5/corelib/components/Loop.html>,
which can be customized in whichever way you want but it does not have
pagination support. And finally there is
PagedLoop<http://www.chenillekit.org/chenillekit-tapestry/ref/org/chenillekit/tapestry/core/components/PagedLoop.html>
(not
a core component) which have flexibility of loop and supports pagination
too.

regards
Taha

On Thu, Apr 21, 2011 at 2:36 AM, sarov saravanan <saro_sa...@yahoo.com>wrote:

> Hi,
>    Can any one provide me some examples of how to use
> pagination(customized) in tapestry which full fill the following use case.
>
> - The page should contain list on items (each item has price, detail of
> item and a link).
> - whole page is displayed as a table and row which has few nested tables
> and row inside it.
> ex: <table><tr><td>  <table><tr><td>xxx</td></tr> </table>
> </td></tr></table>
> - I need a customized pagination to display the items:
> ex: <   PREV
> 1  |  2  |  3  |  4  |
> 5
> NEXT    >
>
>  which may be completely in separate table with different background colors
> etc.
>
> Any help will be appreciated.
>
> Thanks!
>
> with regards,
> Sarav
>
>

Reply via email to