Apparently, this is a known bug and lucky for me there is also a work-around presented:
render(template:"/bla/foo", plugin:"name-of-plugin", ...) and for gsp <g:render template="/bla/foo" plugin="name-of-plugin" ... />
Works perfectly as soon as you find out what the correct sPelLinG of your plugin is. In the end I used "grails list-plugins" to answer that question.
No comments:
Post a Comment