Using the showSource parameter trick with rendered templates
Monday, March 31st, 2008This is a follow-up to my previous post about using the showSource parameter in Grails. If you're using templates to keep DRY, you may need to pay attention to the details of the stack trace that show which GSP contains the error. For instance, say my show.gsp renders a template ...
