Help: Clickable JFree chart for HTML

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Twang

Help: Clickable JFree chart for HTML

Post by Twang » Thu Feb 12, 2004 8:02 pm

Please help JFree experts: Does JFreeChart has built in support to generate clickable charts for HTML pages?

TheHaas
Posts: 21
Joined: Sat Feb 07, 2004 9:14 pm
Contact:

Post by TheHaas » Thu Feb 12, 2004 10:26 pm

Yes it does -- through servlets. Grab and deplot the sample war:

http://homepage.ntlworld.com/richard_c_ ... freechart/

Joe P.

Exception

Post by Joe P. » Fri Feb 13, 2004 2:47 pm

So I've been trying to get this stuff on my linux tomcat server. I downloaded the war and got the :0.0 error, so I put the proper options so it knew it was headless. No I'm getting a javax.servlet.ServletException and I don't know how to get past it.

Any ideas?

javax.servlet.ServletException
at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:471)
at org.apache.jsp.x_0005fchart$jsp._jspService(xy_0005farea_0005fchart$jsp.java:105)
......

Locked