On Thu, 24 Feb 2011 17:00:33 -0300, Howard Lewis Ship <hls...@gmail.com> wrote:

If you look at the source parameter of the Grid, it is a
GridDataSource object.  You can bind a List to the source parameter,
and Tapestry takes care of converting the list to a GridDataSource,
but for large result sets from a database, you really want to use the
GridDataSource interface, because it supports sorting and pagination
in the database.

In addition, take a look at the HibernateGridDataSource class from tapestry-hibernate.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to