Tag Archives: service

Grails using Tag in Controller or Service (remoteLink,…)

The GRAILS tags like remoteLink can easily be used inside a view (GSP) by using <g:remoteLink controller="book" action="show" id="1" update="content">MyBook</g:remoteLink> However, if you need to use any tag like remoteLink outside of a view, for example in a controller or … Continue reading