Last thing I remember was this jira issue:
http://issues.apache.org/jira/browse/WICKET-1312Timo and I attached some proposals for inclusion in wicket. Maybe you
are interested in this...
Am 08.10.2009 um 19:27 schrieb Jeremy Thomerson:
> I know that there was some discussion a while back about have some
> sort of
> event listener added that allowed a component to "listen" for events
> and add
> itself to an ajax request target so that every time you had an ajax
> event,
> you didn't have to manually call target.addComponent(foo) for every
> component on the page that may want / need to be repainted during an
> ajax
> update.
>
> Unfortunately, I haven't kept up with that piece - is it already in
> the code
> somewhere? Or would it be a candidate for adding to 1.5?
>
> Thanks,
>
> Jeremy