You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Martin Makundi <ma...@koodaripalvelut.com> on 2008/05/01 08:11:33 UTC

Listeners for hierarchical components

Hi!

Are there any standard listeners or interfaces for
interlinking/chaining hierarchical components?

In my recent experience if a lower-level model changes, its decendants must be
a) reloaded according to the changed parent element state
*** in general this can be lazy-loaded
(http://wicketstuff.org/wicket13/ajax/choice.1), but for listViews you
must call the removeAll to make it refresh with new elements.
b) added to AjaxRequestTarget

I think this is a generic chaining situation that might have a
standard solution in Wicket.

**
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org