I want my application to retrieve an image from the database (or file system). Either way how can the div anchor tag handle an image? see the example link under Remove link with JSON Result here: struts2-jquery-plugin
I have a struts2 action with JSON result type. Can I return an image with it? How do I handle it on the JQuery side? to actually display it?
Or do I want to create some temporary image on a location on the server and then feed the JSON with it's link?
Thanks a lot!