I\'m very new to Grails so there\'s probably a very simple answer to this question. I\'m trying to display a dynamically created image in a gsp. The image is NOT stored in
I believe it's not about Grails but about HTML. You could:
Embed it base64-encoded into HTML, like here: