wicket:for inside a propertyListView doesn't generate id on the input

2018-01-02 Thread Virginie Garcin
Hi there, When we are using wicket:for into a PropertyListView, the id is not automatically set on the related input, except if we force it by using setOutputMarkupId(true). Outside a propertyListView the id is generated without forcing it. Please can you tell me if it's normal, if I use it

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