Torsten Buslei wrote:
Now I want to integrate charts which I generate in a servlet powered by the
JFreeChart-classes (an open source project). The response of the servlet is
"image/jpeg". I use it on a html-site in an image-tag.
...
<fo:external-graphic
src="url('http://localhost/myapp/servlet/myimageservlet')" width="570"/>

The URL doesn't look very dynamic to me. Check whether the generating
servlet checks for cookies or a specific user agent. A way to do this
is to download the image using wget.

Is it possible to referance an
external image with a http-URL? Does someone use such dynamic images?

Yes and yes.

J.Pietschmann


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to