Re: [t5] Problems with grid in a loop

2010-12-02 Thread forum
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

Re: [t5] Problems with grid in a loop

2010-10-05 Thread peter ricke
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