You could implement a custom service to access the image source and stream it on to the client - I would guess this would be similar in concept to the asset service.
-----Original Message----- From: rverlind [mailto:[EMAIL PROTECTED] Sent: 08 September 2005 15:24 To: Tapestry users Subject: Image from InputStream Is there any possibility I could show an image coming from an InputStream using Tapestry? The server needs to access Graphviz ( http://www.graphiz.org ) using JNI to create image files from a graph description. The output image from Graphviz is saved as a file (can't use a fixed file name, can be 1 - n files, etc.) on the HD. Afterwards this images must then be shown in the web page. Can anybody give me a hint on a) how to show images in a web page using an InputStream (from the file on the HD) or b) an alternative way to show these images? kind regards, Ruben --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]