your webresource knows when its done streaming data, so just delete it there.
-igor On 7/30/07, John Carlson <[EMAIL PROTECTED]> wrote: > > > > > > I have a dynamically created pdf report that I make available to the > user via a ResourceLink. In wicket the file is created as a > WebResource. As the report contains sensitive information I want to > delete it from the server as soon as it has been downloaded. I couldn't > find any 'onDownloadComplete()' type functions associated with either > DownloadLink or ResourceLink. I would prefer not to bury the link in a > modal window that does provide a onClose callback. Any ideas would be > appreciated! > > > > > > john > > > >
