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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -