You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by "david.li" <lx...@hotmail.com> on 2013/03/02 05:06:59 UTC

radio button ajax behaviour

Hi,I am unable to apply ajax behavior to radio button. 
there are two radio button in radiogroup.but when click month radio button,i
can't check this radio.

java code:
RadioGroup group=new RadioGroup("group");

group.add(new Radio("week"));

Radio monthRadio=new Radio("month");		
monthRadio.add(new AjaxEventBehavior("onclick") {
	@Override
	protected void onEvent(AjaxRequestTarget target) {
		info("111111111111111111111");
		target.add(feedback);				
	}
});
group.add(monthRadio);

Regards,
david li



-----
david
--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/radio-button-ajax-behaviour-tp4656909.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org