Hi,

Have you try :

YourRadioChoice.add(new AjaxFormComponentUpdatingBehavior("onchange") {
                private static final long serialVersionUID = 1L;
            protected void onUpdate(AjaxRequestTarget target) {
                ......
                target.addComponent(Component);
            }
        });

-- 
View this message in context: 
http://www.nabble.com/Problem-test-RadioChoice-tp18196023p18198138.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to