Re: Wicket 8 migration / header contributions question

2018-05-24 Thread Tobias Gierke
Hi, Hi, this should be caused by WICKET-6498. This issue has changed the behavior for HeaderResponseDecorator. You can find how to adapt your code in the migration guide or in the release note of Milestone 9: https://wicket.apache.org/news/2018/02/17/wicket-8.0.0-M9-released.html Thanks

Re: Wicket 8 migration / header contributions question

2018-05-24 Thread Sven Meier
Hi Thomas, that should work. Could you please compare your setup with the one in https://github.com/apache/wicket/tree/master/wicket-examples/src/main/java/org/apache/wicket/examples/resourcedecoration Thanks Sven Am 24. Mai 2018 08:43:47 MESZ schrieb Tobias Gierke

Re: ListView

2018-05-24 Thread JavaTraveler
Ok, so I managed to pass the piecesModel ! Thank you, it seems to be working :) -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For

Re: ListView

2018-05-24 Thread JavaTraveler
Hello ! So no sorry, it does not work. The solution of Maxim does nothing different. And the one from Sven makes a mistake since my ListView needs a list of pieces, and pieceModel is just a Piece. Any other solutions ? -- Sent from:

Re: ListView

2018-05-24 Thread Maxim Solodovnik
Could you share quickstart? WBR, Maxim (from mobile, sorry for the typos) On Thu, May 24, 2018, 17:28 JavaTraveler wrote: > Hello ! > > So no sorry, it does not work. > The solution of Maxim does nothing different. > And the one from Sven makes a mistake since my

Re: ListView

2018-05-24 Thread Martin Grigorov
On Thu, May 24, 2018 at 2:01 PM, JavaTraveler wrote: > Quickstart ? > a mini application showing the problem https://wicket.apache.org/start/quickstart.html > > -- > Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum- > f1842947.html > >

AW: ListView

2018-05-24 Thread Drummer, Matthias
Hi, here some example code for refreshing a listView via an AjaxButton if I understood you right. Perhaps it will help you. Things to note: - add the WebMarkupContainer to the AjaxRequestTarget (target.add(..)) not the ListView itself because this will not work. You tried something like that

Re: ListView

2018-05-24 Thread JavaTraveler
Quickstart ? -- 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: users-h...@wicket.apache.org