This page last changed on Feb 17, 2006 by [email protected].

Tag - each

Description

Uses the Groovy JDK each method to iterate over each element of the specified object

Parameters

  • in - The object to iterative over

Examples

<g:each in="${books}">
     <p>Title: ${it.title}</p>
     <p>Author: ${it.author}</p>
</g:each>

 

Document generated by Confluence on Mar 29, 2006 08:46