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

Reply via email to