In the following code, can I expect that the values in the "vars" will be accessible in the layer "Main"?
Blockquote
vars['tabs']= 'some tab code'
def text = g.applyLayout(name: "main", template: '/zones/preview_base', model: vars)
Blockquote
In the file main.gsp I want to reference <%=tab%>
But I always get nothing.