> I was just wondering if anyone else had done this and would be willing to
> share their secrets.
I can only think of using shared templates (which you're probably
using and still rely on the GSPs being under grails-app/views). This
is line 581 of RenderTagLib as it currently stands:
t = engine.createTemplateForUri(["${contextPath}${uri}",
"${contextPath}/grails-app/views/${uri}"] as String[])
I guess you could use your own instance of the Groovy Pages template engine.
Cheers,
Peter
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email