Re: T5: Grid component with SQL-based paging/sorting

2007-10-21 Thread Andy Huhn
Thank you Howard, that's exactly what I needed! Andy On Sat, 2007-10-20 at 23:26 -0700, Howard Lewis Ship wrote: > It's interface GridDataSource. > > What you may be missing is that Tapestry convieniently coerces > java.util.List to GridDataSource for you. However if you connect the source > pa

Re: T5: Grid component with SQL-based paging/sorting

2007-10-20 Thread Howard Lewis Ship
It's interface GridDataSource. What you may be missing is that Tapestry convieniently coerces java.util.List to GridDataSource for you. However if you connect the source parameter of the Grid component to an actual GridDataSource, you can have fine control over sorting and otherwise efficiently p