We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b5522 commit 37032dcCopy full SHA for 37032dc
src/java/org/codehaus/groovy/grails/plugins/web/taglib/RenderTagLib.groovy
@@ -499,7 +499,7 @@ class RenderTagLib implements com.opensymphony.module.sitemesh.RequestConstants
499
}
500
501
if(!t) {
502
- throwTagError("Template not found for name [$attrs.template] and path [$templatePath]")
+ throwTagError("Template not found for name [$attrs.template] and path [$uri]")
503
504
else {
505
if(attrs.containsKey('bean')) {
0 commit comments