I am trying to include grails render tag inside assets image title, but getting an error like
<asset:image src="layout/bell.png" title='<g:render template="/srcdir/incompletePage" model="[dataObj: names]"/>' />
org.grails.taglib.GrailsTagException: [grails-app\views\abc.gsp:302] Attribute value quote wasn't closed (src="layout/bell.png" title='<g:render template="/srcdir/incompletePage" model="[dataObj: names]")
is there any other way to add the render template?