Created
June 25, 2014 18:39
-
-
Save jrgleason/59ce7c0f02eebc789b23 to your computer and use it in GitHub Desktop.
Grails url with params...
This file contains hidden or 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
<g:set var="myarray" value="[accountId: accountInfo.id,location: i]" /> | |
<a href="${createLink(controller:'billingPreferences', action:'preferences', params:myarray)}">${it?.name?:" "}</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment