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