Saravanaan wrote:
    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 ).

The only way is to encode the session information into the URL. You'll have to generate the FO dynamically (using XSLT or some other means) for this purpose.

J.Pietschmann


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



Reply via email to