Hello,

I'm using IText to generate a pdf file to be displayed in a popup window
whenever someone clicks a link on my jsf. My configuration:

Windows XP
JDK 1.4
MyFaces
Spring
IE 6

The component used in my jsf looks like this:

<h:commandLink id="downloadPdfInline"
action="#{viewRegistrationsPage.pdfAction}" target="_blank">
        <h:graphicImage url="/images/css_icon_pdf.gif" style="align:right;"/>
</h:commandLink>

The idea is to first open a blank new browser window and then write my pdf
output to the servlet response. This works fine on my office PC, but when I
try this at home, I first get an empty window (so far, so good) but then my
pdf is opened by Acrobat Reader in yet another window. This means I'm now
stuck with one extra blank window that needs to be closed every time I
launch pdf. I use IE 6 at work and IE 7 at home, but changing the Internet
Options has no effect. I also looked at the Acrobat Reader preferences, but
I didn't find anything there either. I assume it has something to do with my
system configuration, but I'm running out of ideas (and time). Can anyone
help?

Best regards,

Erik Govaers



Erik Govaers
Lang Ossegoor 12
2390 Malle
Belgium
+32 (0)3 311 60 03



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to