grails - Render template using layout from plugin -
is possible render template using layout file plugin? if use plugin tag, template searched form plugin. e.g.:
render (template: "templatefromproject", layout: "layoutfromplugin")
according docs, there plugin attribute should using.
render (template: "templatefromproject", layout: "layoutfromplugin", plugin: 'theplugin')
Comments
Post a Comment