0

I'm unfamiliar with how passing image data to a JSP file for display works. I'm using Activiti and I want to get a process diagram, and then and display it on my web page. So far I have:

InputStream is = repositoryService.getProcessDiagram(processList.get(0).getId());

But I don't know what you do with this InputStream.

rtruszk
  • 3,902
  • 13
  • 36
  • 53
NeedsHelp
  • 427
  • 1
  • 7
  • 24

1 Answers1

0

This can maybe help you:

http://stackoverflow.com/questions/13699944/how-to-display-an-image-using-inputstream-in-servlets

Or this:)

http://binodservlet.blogspot.de/2009/02/how-to-show-image-on-jsp-page-from-my.html
Olli Zi
  • 325
  • 2
  • 10