Closed kasonyang closed 9 years ago
What version of grails you are using?
For getting raw value you can try this.
${render(template: 'b')}
Or maybe
${raw(render(template: 'b'))}
Grails3.0.6. It seems that is a problem of the version.It is ok when I switch to version 3.0.8
I am trying to render another template(_b) in current template(a). the template
a.gsp
:the template
_b.gsp
the result is
but what I want is
Is there any solution?