Re: T5: Grid with GridRows Question

2007-10-06 Thread Howard Lewis Ship
The GridRows component is a close relative of the Loop component, and manages its loop in Java code, re-rendering its template multiple times. Each render of the template includes an explicit Loop to render a for each property. On 10/6/07, Josh Penza <[EMAIL PROTECTED]> wrote: > I have a questio

T5: Grid with GridRows Question

2007-10-06 Thread Josh Penza
I have a question about the grid and it rows. Where are the rows being rendered? In Grid.html I see But In GridRows.html I only see a loop for the properties of a single row. Where is the loop that renders the rows itself?