Hi, I have some code that generates a pdf report file (using jasper reports). This file is stored somewhere in the project.
What I need to do is be able to provide a link which makes that file available for download when clicked (downloadLink?). How do i do this using wicket? and are there any examples. I've tried this: File pdfFile = new File("test.txt"); DownloadLink dLink = new DownloadLink("dLink", pdfFile); This does exactly what i am looking for (bring up a file for download), but this file is empty, it has no content. This pdf file resides in the same hierarchy as the source code file. -- View this message in context: http://www.nabble.com/wicket-File-downlaod-tf4874269.html#a13946961 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]