Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
3.6.3.RELEASE
-
None
-
None
-
GGTS 3.6.3 Grails 2.4.4
Description
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.
See Stackoverflow discussion:
http://stackoverflow.com/questions/27953464/gpaginate-unknown-tag-in-grails-2-4-4