Search found 1 match

by snageshbabu
Thu Jan 31, 2008 10:16 am
Forum: Eastwood Chart Servlet
Topic: problem when when writing the graph as PNG
Replies: 6
Views: 56640

problem when when writing the graph as PNG

Hi, I have a problem when i am calling a servlet from jsp through img tag. The code is working fine when tested in local, but getting problem when i deployed on DEV. This is the code in servlet.. OutputStream out = response.getOutputStream(); response.setContentType("image/png"); ChartUtilities.writ...