Well it is the same in the sense that no client side AJAX event seems to be
triggered.

On Tue, Nov 17, 2015 at 9:24 PM, Ernesto Reinaldo Barreiro <
reier...@gmail.com> wrote:

> Hi Sven,
>
> Thanks for the feedback. It should not be the case
>
>  radioGroup = new RadioGroup<T>("radioGroup", getModel());
>         tuneRadioGroup(radioGroup);
>         radioGroup.setRenderBodyOnly(false);
>         radioGroup.setOutputMarkupId(true);
>         add(radioGroup);
>         if(changeHandler != null) {
>             radioGroup.add(new AjaxFormChoiceComponentUpdatingBehavior() {
>
>                 @Override
>                 protected void onUpdate(AjaxRequestTarget target) {
>                     changeHandler.onSelectionChanged(target,
> radioGroup.getModel().getObject());
>                 }
>             });
>         }
>
>
>
> On Tue, Nov 17, 2015 at 7:11 PM, Sven Meier <s...@meiers.net> wrote:
>
>> Hi,
>>
>> nothing specific I can think of ... perhaps WICKET-5476?
>>
>> Regards
>> Sven
>>
>>
>> On 17.11.2015 18:55, Ernesto Reinaldo Barreiro wrote:
>>
>>> Hi,
>>>
>>> I have a bootstrap based component that uses a RadioGroup
>>> + AjaxFormChoiceComponentUpdatingBehavior. This was working perfectly
>>> fine
>>> on wicket 6. Now is no loger working with wicket 7. Are there any
>>> (obvious)
>>> changes on the way RadioGroup works that might be preventing it from
>>> working?
>>>
>>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>
>
> --
> Regards - Ernesto Reinaldo Barreiro
>



-- 
Regards - Ernesto Reinaldo Barreiro

Reply via email to