I am also same kind of the issue let me explain
Currently we are working on a report generation. We are facing an issue with
pagination using tapestry grid component.
For a given date search criteria (1-Nov-2010 to 2-Nov-2010). We are using a
tapestry “Loop” component to iterate over the date r
Problem was due to the static -structure of tapestry.
When re-rendering after a pager-link was pressed , the grid-source was
always the source of last rendered grid.
Solved by decorating Grid so that onInPlaceUpdate() triggers an event
handled by the embedding component which thereby
ensures