I'm a pretty experienced Grails developer, but most of my experience has been with using grails for serving up JSON/XML to a flex app and some relatively simple HTML websites.
I've been diving deeper into using the sitemesh integration …
I've looked around but could not find a way of simply including or rendering *.html files in Grails. My application needs to g.render or <g:render> templates which are delivered as html files. For this, as we …
I'm trying to render my template from taglib:
out << g.render(template: "/menu/sidebar")
This is what my sidebar template looks like:
<ul>
<li>TEST1</li>
<li>TEST2</li&…