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?