, , , , Grails 2.3.x. ResourceTagLib resource, :
@todo = "" ,
, resource, :
...
if (!info.debug && log.warnEnabled) {
log.warn "Invocation of <r:resource> for a resource that apparently doesn't exist: ${info.uri}"
}
...
:
...
if (attrs.absolute != true && !info.debug && log.warnEnabled) {
log.warn "Invocation of <r:resource> for a resource that apparently doesn't exist: ${info.uri}"
}
...