Re: AjaxFormChoiceComponentUpdatingBehavior doesn´t get event

2007-10-09 Thread Michael Laccetti
I suspect you need to do AjaxFormChoiceComponentUpdatingBehavior("onchange") { ... } or something similar. Mike SantiagoA wrote: I added an AjaxFormChoiceComponentUpdatingBehavior to my radioGroup. I thought it would handle the event, when a RadioButton is clicked. But when i click on a Radio

Re: AjaxFormChoiceComponentUpdatingBehavior doesn´t get event

2007-10-09 Thread Swaroop Belur
Try putting it on the radios instead of radio group . -swaroop On 10/9/07, SantiagoA <[EMAIL PROTECTED]> wrote: > > > I added an AjaxFormChoiceComponentUpdatingBehavior to my radioGroup. > I thought it would handle the event, when a RadioButton is clicked. > But when i click on a RadioButton th

AjaxFormChoiceComponentUpdatingBehavior doesn´t get event

2007-10-09 Thread SantiagoA
I added an AjaxFormChoiceComponentUpdatingBehavior to my radioGroup. I thought it would handle the event, when a RadioButton is clicked. But when i click on a RadioButton the onUpdate-method is never reached. my Code: final RadioGroup radioGroup = new RadioGroup("group", new PropertyModel(th