Nabble ate my post:

So, you could write a getter like this:

public List<List&lt;Asset>> getGrid() {
   ...
}

Then your TML could look something like

[table]
   [t:loop source="grid" value="row"]
      [tr]
         [t:loop source="row" value="asset"]
            [td][img src="${asset}" /][/td]
         [/t:loop]
      [/tr]
   [/t:loop]
[/table]



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/first-flag-variable-for-request-cycle-loop-tp5716705p5716709.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to