somebody can help me? I used FOP 0.20.1 and I want to call a servlet to add an image in my pdf document
FOP code: <fo:block> <fo:external-graphic src="url:http://titane.oxymel.com:8080/statsfeftt/StatsDepartement?typeStats =graph13mois" height="3.41cm" width="23.81cm"/> </fo:block> bug: Error while creating area : Invalid Image URL - error on relative URL : no protocol: null/statsfeftt/StatsDepartement?typeStats=graph13mois there is no problem when I do: <fo:block> <fo:external-graphic src="url:http://titane.oxymel.com:8080/statsfeftt/images/chrono2.jpg" height="3.41cm" width="23.81cm"/> </fo:block> but it is not what I want to do :-) Thanks a lot Jean-Francois Selber --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]