Skip to content

Instantly share code, notes, and snippets.

@jrgleason
Created June 25, 2014 18:39
Show Gist options
  • Save jrgleason/59ce7c0f02eebc789b23 to your computer and use it in GitHub Desktop.
Save jrgleason/59ce7c0f02eebc789b23 to your computer and use it in GitHub Desktop.
Grails url with params...
<g:set var="myarray" value="[accountId: accountInfo.id,location: i]" />
<a href="${createLink(controller:'billingPreferences', action:'preferences', params:myarray)}">${it?.name?:"&nbsp;"}</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment