Created
May 13, 2015 15:58
-
-
Save craigweston/c770d3454647b4d605ee to your computer and use it in GitHub Desktop.
Groovy - alphabet link generation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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