Because, I want to use Wicket to render PDF content in a trasparent way - just extending a base page - as normally it is done for a WebPage.
-- Paolo On Tue, Sep 23, 2008 at 6:08 PM, <[EMAIL PROTECTED]> wrote: > Why don't you use the DownloadLink component? > > Just create a file in the java.tmp.dir and setDeleteAfterDownload (true); > > > http://wicket.apache.org/docs/wicket-1.3.2/wicket/apidocs/org/apache/wicket/markup/html/link/DownloadLink.html > > Regards, > Bruno > > On Sep 23, 2008 11:30am, Paolo Di Tommaso <[EMAIL PROTECTED]> > wrote: > >> Interesting .. so I could extend QueryStringUrlCodingStrategy overriding >> > the > >> >> decode() method to return my PdfRequestTarget. >> >> >> >> Cool! Thank you, >> >> >> >> -- Paolo >> >> >>
