Hi All,

    I'm using fop.jar v0.20.5rc . I want to show an Image in my PDF document
which is dynamically generted in the servlet. I'm flushing the image in png
format using jimi.jar's api. I want to clarify whether fop.jar sends a new
request from the browser to the servlet for loading the image?? Due to this
i couldnt access the information i stored in the HttpSession, as a new
HttpSession is created for this image request!!!!. If that is the case is
there any way to make it work like <IMG> tag in HTML( maintaining the
HttpSession ).

 Code Snippet

 <xsl:template match="myImage">
  <fo:table-cell>
       <fo:external-graphic src="url('http://localhost/myservlet?param=1)"/>
   </fo:table-cell>
 </xsl:template>

Thanks
Saravanaan

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

Reply via email to