You have to add that behavior to the Radio*Group*.
Sven
Am 03.03.2015 um 07:52 schrieb avchavan:
Yes, accordion is adding listView to target.
Tried using AjaxFormChoiceComponentUpdatingBehavior but it is throwing
following exception at runtime:
org.apache.wicket.WicketRuntimeException: Behavior {className} can only be
added to an instance of a FormComponent
code:
selectable.add(new AjaxFormChoiceComponentUpdatingBehavior() {
@Override
protected void
onUpdate(AjaxRequestTarget target) {
System.out.println("inside
onclick");
accordion(target,
dienstsContainer, descriptionContainer,
dienstContainer);
}
});
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Radio-button-select-not-selecting-tp4669792p4669800.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]