Re: Thoughts about the Tapestry Grid Component

2012-03-01 Thread Thiago H. de Paula Figueiredo
On Thu, 01 Mar 2012 10:49:34 -0300, Tonne indie wrote: - Using the Grid component inside a Loop leads to erroneous sorting behavior. Example: 1 Grid, used inside a loop leads to 3 rendered grids on the client. Changing the sort of one of them, sorts all grids since the sorting

Thoughts about the Tapestry Grid Component

2012-03-01 Thread Tonne indie
- The Grid itself renders the client id only when inplace is set true, is there a specific reason why its id is omitted on inplace false? (also see https://issues.apache.org/jira/browse/TAP5-1569) - Using the Grid component inside a Loop leads to erroneous sorting behavior. Exam