Re: File download not working after migrating to wicket 8

2018-01-04 Thread Sven Meier
Indeed, I've added a hint to the migration guide. Sven Am 03.01.2018 um 23:18 schrieb Martijn Dashorst: Is this something for the migration guide? Martijn On Tue, Jan 2, 2018 at 12:40 PM, Ravi wrote: That did the trick, thanks Sven! -- Sent from:

Re: File download not working after migrating to wicket 8

2018-01-03 Thread Martijn Dashorst
Is this something for the migration guide? Martijn On Tue, Jan 2, 2018 at 12:40 PM, Ravi wrote: > That did the trick, thanks Sven! > > -- > Sent from: > http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html > >

Re: File download not working after migrating to wicket 8

2018-01-02 Thread Ravi
That did the trick, thanks Sven! -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail:

Re: File download not working after migrating to wicket 8

2018-01-02 Thread Sven Meier
Hi, override IRequestListener#rendersPage() to return false, to prevent an RenderPageRequestHandler from being scheduled. Take a look at the new AjaxDownloadBehavior as an alternative - it should make the whole process easier. Have fun Sven Am 02.01.2018 um 12:08 schrieb Ravi: Hi all,

File download not working after migrating to wicket 8

2018-01-02 Thread Ravi
Hi all, I'm currently migrating our project to wicket 8. The migration guide was a big help, thank you for that :) I could solve all but one problem regarding an internal file download. We have an ajax-button that returns a "/window.location.href='dynamic-url/'". Somehow I'm always getting the