Re: AjaxDownloadBehavior with resource reference does not trigger respond() method

2020-02-06 Thread Timo Schmidt
Hi Sven, On Do 06.02.2020 19:49, Sven Meier wrote: > > when downloading a resource-reference via non-blob you have to call > >                 AjaxDownloadBehavior.markCompleted(attributes); > > .. from your resource.Please see AjaxDownloadPage.StaticResource from > wicket-examples. > > When

Re: AjaxDownloadBehavior with resource reference does not trigger respond() method

2020-02-06 Thread Sven Meier
Hi, when downloading a resource-reference via non-blob you have to call                 AjaxDownloadBehavior.markCompleted(attributes); .. from your resource.Please see AjaxDownloadPage.StaticResource from wicket-examples. When using a resource this is automatically done for you. I think

Re: AjaxDownloadBehavior with resource reference does not trigger respond() method

2020-02-06 Thread Timo Schmidt
Hi Sven, On Mi 05.02.2020 21:35, Sven Meier wrote: > On 05.02.20 21:14, Timo Schmidt wrote: > > On Mi 05.02.2020 20:48, Timo Schmidt wrote: > > > im currently trying to setup a download behavior for large > > > file downloads. Using the AjaxDownloadBehavior with a resource > > > reference, the