One way to pass the model set in your view GSP is to use ${pageScope.variables}.
Here’s an example:
<g:render template="/layouts/controlbar" model="${pageScope.variables}"/>
One way to pass the model set in your view GSP is to use ${pageScope.variables}.
Here’s an example:
<g:render template="/layouts/controlbar" model="${pageScope.variables}"/>
thanks ..exactly what i was looking for
Perfect – just what I needed, thanks for the help!