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
 

-- 
View this message in context: 
http://www.nabble.com/RadioChoice-with-ajax-in-wicket-1.3--tf3689281.html#a11223845
Sent from the Wicket - User mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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: 
http://www.nabble.com/RadioChoice-with-ajax-in-wicket-1.3--tf3689281.html#a11205284
Sent from the Wicket - User mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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...

 [ wicket-Bugs-1501513 ] RadioGroup/RadioChoice doesn't work with
 AjaxUpdateBehavior
 http://www.nabble.com/--wicket-Bugs-1501513---RadioGroup-RadioChoice-doesn%27t-work-with-AjaxUpdateBehavior-tf1740654.html#a4730009

 Was this ever resolved? Does it work in 1.3?

 Thanks,
 Jamie
   

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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: AjaxFormChoiceComponentUpdatingBehavior

please see if it works for you there are some short commings in the
javascript
(it only looks into the direct children for inputs it should recursive walk
the complete childs tree)
also the javascript should be pushed to one of the wicket javascripts libs.

johan


On 5/7/07, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED]
wrote:


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...

 [ wicket-Bugs-1501513 ] RadioGroup/RadioChoice doesn't work with
 AjaxUpdateBehavior

http://www.nabble.com/--wicket-Bugs-1501513---RadioGroup-RadioChoice-doesn%27t-work-with-AjaxUpdateBehavior-tf1740654.html#a4730009

 Was this ever resolved? Does it work in 1.3?

 Thanks,
 Jamie


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[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
http://www.nabble.com/--wicket-Bugs-1501513---RadioGroup-RadioChoice-doesn%27t-work-with-AjaxUpdateBehavior-tf1740654.html#a4730009

Was this ever resolved? Does it work in 1.3?

Thanks,
Jamie
-- 
View this message in context: 
http://www.nabble.com/RadioChoice-with-ajax-in-wicket-1.3--tf3689281.html#a10314203
Sent from the Wicket - User mailing list archive at Nabble.com.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user