Re: [Wicket-user] RadioChoice with ajax in wicket 1.3?

2007-06-20 Thread JulianS
I've created a solution that works for me. See http://blogstoyevskys-javajourney.blogspot.com/2007/06/ajax-enabled-radio-group-for-wicket-12x.html this post . Julian JulianS wrote: Is there a backport for this to 1.2.x? Or a hint of how to do it? I really could use it. Thanks, Julian

Re: [Wicket-user] RadioChoice with ajax in wicket 1.3?

2007-06-19 Thread JulianS
Is there a backport for this to 1.2.x? Or a hint of how to do it? I really could use it. Thanks, Julian Johan Compagner wrote: the class is: AjaxFormChoiceComponentUpdatingBehavior -- View this message in context:

Re: [Wicket-user] RadioChoice with ajax in wicket 1.3?

2007-05-07 Thread Nino Saturnino Martinez Vazquez Wael
didnt johan take a look at this? I remember a discusion on the devlist? jamieballing wrote: I am getting an error that a RadioChoice control doesn't work via ajax... the getInputAsArray() method on the FormComponent returns null. I did see a post indicating that this was a bug in 1.2... [

Re: [Wicket-user] RadioChoice with ajax in wicket 1.3?

2007-05-07 Thread Johan Compagner
ahh yes currently there is a special AjaxUpdateBehavior for Radio and Checkbox choices/groups But it isn't completely done yet and i want to try to integrate it in the normal one so there is only one that will do its job depended on what component it is binded to the class is:

[Wicket-user] RadioChoice with ajax in wicket 1.3?

2007-05-03 Thread jamieballing
I am getting an error that a RadioChoice control doesn't work via ajax... the getInputAsArray() method on the FormComponent returns null. I did see a post indicating that this was a bug in 1.2... [ wicket-Bugs-1501513 ] RadioGroup/RadioChoice doesn't work with AjaxUpdateBehavior