Search code examples
grailsgroovypaginationggts

g:paginate unknown tag in Grails 2.4.4


I use Grails 2.4.4, Java8 and want to use the paginate tag like this:

<g:paginate total="${totalCount ?: 0}" />

My GGTS 3.6.3 underlines the tag and shows me that this is an unkown tag. In an older GGTS version with Grails 2.3.11 the tag works fine.

How do I get the paginate tag to work in grails 2.4.x?


Solution

  • Does it work when you run the app? If so, I would just ignore the GGTS error. This IDE often generates bogus errors when developing Grails apps.