I'm quit new to grails and took over another persons coding
I'm having problems with getting params from my gsp viewer to my groovy controller And when I get the right params it does not change to the right viewer and just goes back to the index sight
<td valign="top" class="value">
<g:textField name="key" value="${key}" class="form-control" />
</td>
<button class="download">
<g:link action="show"><g:message code="defualt.button.show.label" default="?Visa" /></g:link>
</button>
params
-attribute for yourg:link
-tag : docs.grails.org/latest/ref/Tags/link.html – rdmueller