I need to display a BufferedImage object on page. How to do that ? I'm thinking about saving temporary file in WEB-INF and get that image as resource. Is this a right way ?
+2
A:
What kind of library are you using? If you use Richfaces
, you can use the <a4j:mediaOutput>
component for this kind of things, without generating any external files...
romaintaz
2010-09-08 06:56:08
Thanks a lot! :)
marioosh.net
2010-09-09 08:25:39
@marioosh-net you're welcome :)
romaintaz
2010-09-09 08:26:37