grails « Job « Spring Q&A





1. Rendering a GSP from a Quartz job in Grails    stackoverflow.com

I have a quartz job that needs to render a GSP, when I tried:

def g = new org.codehaus.groovy.grails.plugins.web.taglib.ApplicationTagLib()
def text = g.render(template: "/templates/myTemplate",
          ...