And it grows on you, the deeper you dig the more of these things you
discover :)

2010/1/19 Chuck Brinkman <chasb1...@gmail.com>

> Just wanted to say thanks for wicket.
>
> I have a ListMultipleChoice and wanted to update the page based on at least
> one item selected or no items selected.  It took a while for me to locate
>
> lmc.add(new AjaxFormComponentUpdatingBehavior("onChange") {
>            @Override
>            protected void onUpdate(AjaxRequestTarget target) {
>                  // do the right thing here!
>            }
>        });
>
> but once I did it just worked.  I like things that just work.  I don't know
> js very well so just java and just html if real attractive to me.
>
> Thanks again for wicket.
>
> Chuck
>

Reply via email to