Skip to content

Instantly share code, notes, and snippets.

@craigweston
Created May 13, 2015 15:58
Show Gist options
  • Save craigweston/c770d3454647b4d605ee to your computer and use it in GitHub Desktop.
Save craigweston/c770d3454647b4d605ee to your computer and use it in GitHub Desktop.
Groovy - alphabet link generation
<label>All starting with:</label>
<g:each in="${'a'..'z'}" var="ch">
<g:link action="list" params="[searchLetter: ch]">${ch}</g:link> |
</g:each>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment