The render tag doesn't work when I try to use it to pull in another file into a *.gsp page. It throws this error:
Message: grails-app\views\grails-app\views\course_mytemplate.gsp (The system cannot find the path specified)
Caused by: I/O error reading stream for resource [file [D:\_grails\renderBug\grails-app\views\grails-app\views\course\_mytemplate.gsp]]: grails-app\views\grails-app\views\course_mytemplate.gsp (The system cannot find the path specified)
Class: Unknown
In the path the part "grails-app\views" is repeated twice.
I used this tag and put it on a page where the course bean was already being used.
<g:render template="mytemplate" bean="${course}" />
Which is towards the bottoms of the list page of the attached project.