Re: [Wicket-user] Help with AjaxFormComponentUpdatingBehavior

2006-12-09 Thread TH Lim
listchoice.onchange. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael Sent: 8. december 2006 12:51 To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] Help with AjaxFormComponentUpdatingBehavior As you write ListChoice

Re: [Wicket-user] Help with AjaxFormComponentUpdatingBehavior

2006-12-09 Thread Johan Compagner
Thanks for your reply. I have some follow up questions to your respond: - 1. Do you mean ListChoice.onSelectionChange is not invoked instead of ListChoice.onchange which is on client side? ListChoice.onSelectionChange is not an ajax thing. And when you have both specified i think the

Re: [Wicket-user] Help with AjaxFormComponentUpdatingBehavior

2006-12-08 Thread Nino Wael
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of TH Lim Sent: 7. december 2006 07:03 To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] Help with AjaxFormComponentUpdatingBehavior Yes, the examples are good and it is where I started off when I look into Wicket's AJAX. I have

Re: [Wicket-user] Help with AjaxFormComponentUpdatingBehavior

2006-12-08 Thread Nino Wael
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of TH Lim Sent: 7. december 2006 07:03 To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] Help with AjaxFormComponentUpdatingBehavior Yes, the examples are good and it is where I started off when I look into Wicket's AJAX. I

Re: [Wicket-user] Help with AjaxFormComponentUpdatingBehavior

2006-12-06 Thread Igor Vaynberg
see this example http://www.wicket-library.com/wicket-examples/ajax?wicket:bookmarkablePage=:wicket.examples.ajax.builtin.ChoicePage -igor On 12/6/06, TH Lim [EMAIL PROTECTED] wrote: Hi, Where do I find more information about AjaxFormComponentUpdatingBehavior class and classes related to

Re: [Wicket-user] Help with AjaxFormComponentUpdatingBehavior

2006-12-06 Thread TH Lim
Yes, the examples are good and it is where I started off when I look into Wicket's AJAX. I have questions: - 1. ListChoice.onSelectionChanged is not invoke when I add AjaxFormComponentUpdatingBehavior to ListChoice. Does this mean ListChoice behavior is handled thru