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

Java sticky instances of class com.mysql.jdbc.Field aggregating -