Re: RadioGroup ajax update

2017-01-09 Thread Sven Meier
e ajax event never arrives. The static html has a ul tag onto which the RadioGroup is mapped, and the two items of the list are inputs of type radio bound to opt1 and 2. So question 1, is why aren't we getting the event, and question 2 is are we using the RadioGroup wrong? It seems wrong. -- Vie

RadioGroup ajax update

2017-01-09 Thread Entropy
, and question 2 is are we using the RadioGroup wrong? It seems wrong. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/RadioGroup-ajax-update-tp4676682.html Sent from the Users forum mailing list archive at Nabble.com. --

Does Wicket have RadioGroup ajax update behavior built in like it does wantOnSelectionChangedNotifications?

2009-02-03 Thread Martin Makundi
Hi! Does Wicket have RadioGroup ajax update behavior built in like it does wantOnSelectionChangedNotifications? It seems like a small piece of code that would better have core support: /** * @param radioGroup * @param listener * @param radio */ private void addAjaxEvent(final

Re: Does Wicket have RadioGroup ajax update behavior built in like it does wantOnSelectionChangedNotifications?

2009-02-03 Thread Igor Vaynberg
see ajaxformchoicecomponentupdatingbehavior -igor On Tue, Feb 3, 2009 at 6:04 AM, Martin Makundi martin.maku...@koodaripalvelut.com wrote: Hi! Does Wicket have RadioGroup ajax update behavior built in like it does wantOnSelectionChangedNotifications? It seems like a small piece of code

Re: Does Wicket have RadioGroup ajax update behavior built in like it does wantOnSelectionChangedNotifications?

2009-02-03 Thread Martin Makundi
Tnx. 2009/2/3 Igor Vaynberg igor.vaynb...@gmail.com: see ajaxformchoicecomponentupdatingbehavior -igor On Tue, Feb 3, 2009 at 6:04 AM, Martin Makundi martin.maku...@koodaripalvelut.com wrote: Hi! Does Wicket have RadioGroup ajax update behavior built in like it does

Re: Does Wicket have RadioGroup ajax update behavior built in like it does wantOnSelectionChangedNotifications?

2009-02-03 Thread Martin Makundi
Igor Vaynberg igor.vaynb...@gmail.com: see ajaxformchoicecomponentupdatingbehavior -igor On Tue, Feb 3, 2009 at 6:04 AM, Martin Makundi martin.maku...@koodaripalvelut.com wrote: Hi! Does Wicket have RadioGroup ajax update behavior built in like it does wantOnSelectionChangedNotifications

Re: Does Wicket have RadioGroup ajax update behavior built in like it does wantOnSelectionChangedNotifications?

2009-02-03 Thread wicketworker
at 6:04 AM, Martin Makundi martin.maku...@koodaripalvelut.com wrote: Hi! Does Wicket have RadioGroup ajax update behavior built in like it does wantOnSelectionChangedNotifications? It seems like a small piece of code that would better have core support: /** * @param radioGroup