Re: AjaxCallListener precondition with user input

2012-11-26 Thread Thomas Heigl
getPrecondition(final Component component) at all. Modal dialog is shown after clicking the link (no ajax call). Only a click on Of course button triggers an ajax call. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxCallListener-precondition-with-user-input

Re: AjaxCallListener precondition with user input

2012-11-05 Thread Sekib_Omazic
). Only a click on Of course button triggers an ajax call. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxCallListener-precondition-with-user-input-tp4653566p4653622.html Sent from the Users forum mailing list archive at Nabble.com

Re: AjaxCallListener precondition with user input

2012-11-03 Thread Martin Grigorov
Hi, Please create a quickstart and attach it to Jira. On Fri, Nov 2, 2012 at 2:26 PM, Thomas Heigl tho...@umschalt.com wrote: Hey all, I'm currently in the progress of migrating a largish Wicket 1.5 app to Wicket 6.2. The only major problem I could not resolve so far are precondition

AjaxCallListener precondition with user input

2012-11-02 Thread Thomas Heigl
Hey all, I'm currently in the progress of migrating a largish Wicket 1.5 app to Wicket 6.2. The only major problem I could not resolve so far are precondition scripts with user input. My old code looked like this: @Override public CharSequence postDecorateScript(Component component,