Re: Palette - AJAX functionality

2016-04-27 Thread PDiefent
Hi Sven, thanks for your help - looks promising now! Now I only have to improve the CSS ... Peter -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Palette-AJAX-functionality-tp4674433p4674460.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Palette - AJAX functionality

2016-04-27 Thread Sven Meier
Hi, there are multiple things going wrong here: - you didn't read Palette's javadoc: * Ajaxifying the palette: If you want to update a Palette with an * {@link AjaxFormComponentUpdatingBehavior}, you have to attach it to the contained * {@link Recorder} by overriding {@link

Re: Palette - AJAX functionality

2016-04-27 Thread PDiefent
Hi Sven, thanks for your reply. Please find a QickStart attached. Peter palette.7z -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Palette-AJAX-functionality-tp4674433p4674453.html Sent from the

Re: Palette - AJAX functionality

2016-04-26 Thread Sven Meier
Hi, have you checked whether an Ajax is triggered, possibly losing the current selection? A quickstart would help :) Sven On 26.04.2016 15:19, PDiefent wrote: Hello, I've migrated my Wicket 6 application to Wicket 7 and I got some problems with a modal window containing a palette