I've found a workaround addressing the post-parameters and session issue I described above. I made a class that takes the request as a constructor and exposes methods to get at the session objects I need. My PDF generating servlet instantiates one of these rather than tring to interact directly with the session. So far, it seems to be stable. Of course, it may help that I am only downloading the dynamic pdf as an attachment, not inline-ing it. Or there may be an IE out there that will catch me out.
__________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com ------------------------------------------------------- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
