I'm intergrating JFreeChart into a Turbine application. The JFreeChart folks have a suggested way of streaming a PNG graphic, such that you can serve up a dynamic graphic by referenceing your graphic generating servlet within a image tag... <img src=\"ChartGenerator?type=" + param + "/>
My problem is I need to pass more information than what could be passed in URL parameters. Does anyone have suggestions as to how I could accomplish this?
Dave Harris
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
