Re: problem with Image loading with Servlet

2004-08-25 Thread heli desai
hi thanks for your reply. url is perfect. and i m able to download the image from this url.also this servlet works fine with html. bcoz i m using the same url in xsl to get the html. and i can get the image in html. server is not showing any message. even i cant see any error in log file. heli.

Re: problem with Image loading with Servlet

2004-08-23 Thread J.Pietschmann
Chris Pratt wrote: I'm not sure how the internals of the fop system work, but on some systems you can trick them into recognising the link as an image by appending something like &dummy=file.jpg to the url. FOP is *not* IEx. It doesn't second guess meta data. J.Pietschmann -

Re: problem with Image loading with Servlet

2004-08-23 Thread J.Pietschmann
heli desai wrote: Can anyone help me? I m trying to load the image (jpeg) in pdf using dynamic url of servlet.But somehow FOP ignores the URL. It doesn't show any url. I m using http://localhost:7001/crisp/servlet/BinaryServlet/QueryId=55100&SequenceNo=1&MimeType=jpeg There can be any number of

RE: problem with Image loading with Servlet

2004-08-23 Thread Chris Pratt
I'm not sure how the internals of the fop system work, but on some systems you can trick them into recognising the link as an image by appending something like &dummy=file.jpg to the url. When the processor see's the .jpg at the end of the url, it assumes the proper content type for the documen

RE: problem with Image loading with Servlet

2004-08-23 Thread heli desai
Hi Chris, Thanks for your reply. but i tried this as well. it didnt work.. heli --- Chris Pratt <[EMAIL PROTECTED]> wrote: > Try: > src="url(http://localhost:7001/crisp/servlet/BinaryServlet/QueryId=55100&SequenceNo=1&MimeType=jpeg)"> > > (*Chris*) > > > Original Message -

RE: problem with Image loading with Servlet

2004-08-23 Thread Chris Pratt
Try: http://localhost:7001/crisp/servlet/BinaryServlet/QueryId=55100&SequenceNo=1&MimeType=jpeg)"> (*Chris*) Original Message --- Hi... Can anyone help me? I m trying to load the image (jpeg) in pdf using dynamic url of servlet.But somehow FOP ignores the URL. It doesn't

problem with Image loading with Servlet

2004-08-23 Thread heli desai
Hi... Can anyone help me? I m trying to load the image (jpeg) in pdf using dynamic url of servlet.But somehow FOP ignores the URL. It doesn't show any url. I m using http://localhost:7001/crisp/servlet/BinaryServlet/QueryId=55100&SequenceNo=1&MimeType=jpeg Please help me. Heli.