So, you could write a getter like this:

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

Then your TML could look something like


   <t:loop source="grid" value="row">
      

         <t:loop source="row" value="asset">
                 <${asset}> 
         </t:loop>
      
   </t:loop>




--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/first-flag-variable-for-request-cycle-loop-tp5716705p5716708.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