Also forgot to mention, that the grid component already has pagination that
is customizable + lazyloading, sorting etc.
http://tapestry.apache.org/current/tapestry-core/ref/org/apache/tapestry5/corelib/components/Grid.html
- Ville
--
View this message in context:
http://tapestry.1045711.n5.nab
Page has context, component has parameters.
Component should NOT care nor know the page it is in, to promote real
componentization. It is not the job of the component to decode the
parameters from web, the page should do that. And then the page should
forward the context as parameters to the compo