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 AjaxFormComponentUpdatingBehavior after it is added
to the component?

2. AjaxFormComponentUpdatingBehavior.onEvent is called when there is an AJAX
event. What is AJAX event?


igor.vaynberg wrote:
> 
> 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 it? I presume this is the starting point
>> when
>> I
>> want to add AJAX / JS feature to my application. Am I right to say so?
>>
>> I have an usecase where I would like to use to JS resolve because this is
>> what I normally do with my previous web applications. I have 2 ListChoice
>> (LC_A and LC_B), 1 ListMulitpleChoice (LMC_C) and 1 DropDownChoice (DDC_D
>> ~
>> in DISABLED state). What I want to do is I choose from LC_A and LC_B will
>> be
>> populated with items based on what I have chosen in LC_A. Subsequently
>> LMC_C
>> will populated with items depending on what I have selected in LC_B.
>> Finally, when I click on any item in LMC_C, DDC_D will be ENABLED. If I
>> select another item in either LC_A or LC_B, DDC_D will be DISABLED. What
>> is
>> the way to accomplish this using AjaxFormComponentUpdatingBehavior or
>> other
>> Wicket AJAX components? Thanks
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Help-with-AjaxFormComponentUpdatingBehavior-tf2768381.html#a7720283
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> -------------------------------------------------------------------------
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to share
>> your
>> opinions on IT & business topics through brief surveys - and earn cash
>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> _______________________________________________
>> Wicket-user mailing list
>> Wicket-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Help-with-AjaxFormComponentUpdatingBehavior-tf2768381.html#a7734037
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to