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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -