For some reason, images are not rendered in html... DIV with id, A with class and href and SPAN are rendered but image does not in all closures in the QrcodeTagLib class -> grails version 2.0.1 (possible incompatibility to resource 1.1.6 plugin)
def mkp = new MarkupBuilder(out)
mkp {
div('id':'qrcodebox') {
a('class':'qrcodeLink',href:"javascript:null",label) {
span('id':'qrcode') {
img(alt:url,src:src)
}
}
}
}
For some reason, images are not rendered in html... DIV with id, A with class and href and SPAN are rendered but image does not in all closures in the QrcodeTagLib class -> grails version 2.0.1 (possible incompatibility to resource 1.1.6 plugin)
def mkp = new MarkupBuilder(out)
mkp {
div('id':'qrcodebox') {
a('class':'qrcodeLink',href:"javascript:null",label) {
span('id':'qrcode') {
img(alt:url,src:src)
}
}
}
}