Hi Matej,

calling

        webResponse.setHeader("Content-Disposition", "attachment; 
filename=\"yourfile.pdf\"");  

has he same effect as 

        webResponse.setAttachmentHeader("thisIsMySuggesteFilename.pdf");

It displays a dialog window with the choice s to open or to save the PDF 
document.

But many thanks for your suggestion....
Stefan

-----Ursprüngliche Nachricht-----
Von: Matej Knopp [mailto:[EMAIL PROTECTED] 
Gesendet: Samstag, 30. August 2008 01:49
An: [email protected]
Betreff: Re: PDF's filename for dynamically generated PDFs

Perhaps Content-Disposition: Inline; filename="yourfile.pdf" header
could do the trick?

http://www.ietf.org/rfc/rfc2183.txt

-Matej

On Sat, Aug 30, 2008 at 1:40 AM, Stefan Lindner <[EMAIL PROTECTED]> wrote:
> Perhaps this is a general HTML/servlet question but I run into this
> prblem under wicket. I have a link that dynamically generates a pdf. The
> PDF is displayes in apopup page. I use Igor's pattern (see
> http://www.nabble.com/Stream-Excel-to-the-client-td5363673.html#a5364044
> ) and it works very well. The dynamically generated PDF is displayed in
> a popup window. Now, when I try to save the PDF the propsed filaname
> looks like
>
>
> http___localhost_8080_AIOnline_app__wicket_interface=AI-Artikel_2_pdfVer
> sion__ILinkListener__.pdf
>
> Is it possible to have a more meaningful file name suggestion? Having
>
>        webResponse.setAttachmentHeader("thisIsMySuggesteFilename.pdf");
>
> gives the appearing dialog a good hint if I klick the save button" but
> the PDF is not automatically displayed in a popup window. Is there any
> resolution for this problem od is this a general HTML/servlet problem?
>
> Stefan
>

Reply via email to