JSP, JFreeChart, and JBoss

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
AggressiveFish
Posts: 10
Joined: Wed Apr 18, 2007 8:37 pm

JSP, JFreeChart, and JBoss

Post by AggressiveFish » Fri Apr 20, 2007 7:14 pm

A very generous programmer gave me an example of how JFreeChart can be used in a JSP but I can't seem to get it up and running. I downloaded another example off the web and it works fine. I've put both jcommon and jfreechart jars into WEB-INFO/lib but the chart won't display. Anyone have similar problems when using JBoss? Does anyone have JSPs like this (that use JFreeChart) running on a JBoss Application Server? Thanks in advance.

AF

JfreeFan
Posts: 13
Joined: Fri Mar 23, 2007 12:11 pm

Re: JSP, JFreeChart, and JBoss

Post by JfreeFan » Sun Apr 22, 2007 9:04 am

AggressiveFish wrote:A very generous programmer gave me an example of how JFreeChart can be used in a JSP but I can't seem to get it up and running.
How you r exporting your chart to JSP??You may use SVG to view your chart in your browser.

Locked