Re: IOnChangeListener#onSelectionChanged() is not being called in 1.5

2016-06-24 Thread Sven Meier
Hi, AbstractSingleSelectChoice does not have #wantOnSelectionChangedNotifications(), you have to extend DropDownChange to use this feature. I don't see a difference between 1.4.x and 1.5.x, so you example code shouldn't work in either version. Regards Sven On 24.06.2016 20:22, durairaj

IOnChangeListener#onSelectionChanged() is not being called in 1.5

2016-06-24 Thread durairaj t
"onSelectionChanged()" is not being called in 1.5. It's working in 1.4. Do I need to do any modification in my AppRadioChoice Class? I have copied the main code snippet below, 1. AppRadioChoice deleteRadio = new AppRadioChoice(" rdbutton",RadioChoiceEnum.YESNO){ 2. *public*