RE: The newbie questions continue ...

2002-06-19 Thread mike . witt
Thank you Jeff. I tried and it works great ... I hate it, but it works great! Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 18, 2002 2:42 PM To: [EMAIL PROTECTED] Subject: RE: The newbie questions continue ... Mike- This looks like the

Re: The newbie questions continue ...

2002-06-18 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: Thanks for pointing this out! I put the "&dummy=.pdf" on my URL and it worked. Question though, why does the "fo" test always seem to work and the "xml/xsl" test never work? That's easy: http://localhost:8080/fop?xml=<...>.xsl ends in .xsl, which is most probably a "regi

Re: The newbie questions continue ...

2002-06-18 Thread J.Pietschmann
Kumar, Sunil wrote: I was able to create a pdf file in a servlet using fop successfully but when i set content type to application/pdf and write the pdf content to response object the pdf doesn't show up in the browser ( instead an empty page is shown) A blank IEx window usually indicates that the

RE: The newbie questions continue ...

2002-06-18 Thread mike . witt
Tuesday, June 18, 2002 2:54 PM To: [EMAIL PROTECTED] Subject: Re: The newbie questions continue ... That can be something wrong in code (show us what have you changed in FopServlet) or just usual IE bug (see http://marc.theaimsgroup.com/?l=fop-user&m=102084375612518&w=2). Kumar, Sunil w

RE: The newbie questions continue ...

2002-06-18 Thread Jeff_Mitchell
.com To: [EMAIL PROTECTED] cc: 06/18/2002 Subject:

RE: The newbie questions continue ...

2002-06-18 Thread mike . witt
ain, Mike -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 18, 2002 1:06 PM To: [EMAIL PROTECTED] Subject: Re: The newbie questions continue ... [EMAIL PROTECTED] wrote: > I have created a "HelloWorld" xml file and a xsl file and attempted

RE: The newbie questions continue ...

2002-06-18 Thread Kumar, Sunil
am().write(responseContent.getBytes()); -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 18, 2002 2:54 PM To: [EMAIL PROTECTED] Subject: Re: The newbie questions continue ... That can be something wrong in code (show us what have you changed in FopServlet) or just us

Re: The newbie questions continue ...

2002-06-18 Thread Oleg Tkachenko
type to application/pdf and write the pdf content to response object the pdf doesn't show up in the browser ( instead an empty page is shown) -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 18, 2002 1:06 PM To: [EMAIL PROTECTED] Subject: Re: The new

RE: The newbie questions continue ...

2002-06-18 Thread Kumar, Sunil
EMAIL PROTECTED] Sent: Tuesday, June 18, 2002 1:06 PM To: [EMAIL PROTECTED] Subject: Re: The newbie questions continue ... [EMAIL PROTECTED] wrote: > I have created a "HelloWorld" xml file and a xsl file and attempted to use > FopServlet to display it in pdf. Unfortunately it only

Re: The newbie questions continue ...

2002-06-18 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: I have created a "HelloWorld" xml file and a xsl file and attempted to use FopServlet to display it in pdf. Unfortunately it only displays a blank pdf page. Probably something wrong with servlet's parameters? Show us how do you invoke servlet. Make sure servlat is able to