> > Wicket is not great for getting this to work as I couldn't find good hooks > to monitor changes in enabled, children etc...
the only thing we need for this is a break out call to a protected method on page from the *private* *final* *boolean* mayTrackChangesFor(*final* Component component, MarkupContainer parent) so that method should call something like: protected void componentChanged(Component c, MarkupContainer parent) i think that then you have your tracking for all the wicket core functions johan
