Background: I have grails 1.3.7 application which uses g:createLink and g:link on many pages.
g:createLink
g:link
Recently I decided to make b
add regionId to params in createLink and g:link and grails is smart enough to match your urlmappings. i.e
${createLink(controller:'c',action:'a',id:1,params:[regionId:2])}