Search code examples
grailsgsptaglib

Grails, tagLib g:remoteLink does not exist


I'm trying to add a delete-button to my edit-form but have not found anything that work and when I found that remoteLink could help me I tried that but when adding it to any form/app I always get:

"Tag [remoteLink] does not exist. "

I'm using Grails-3.2.4. Maybe I need to import something or..?


Solution

  • The remote* tags were deprecated and removed in Grails 3.x. You should be using javascript library for making AJAX-calls