onremove() in RefreshingView.onPopulate
---------------------------------------

                 Key: WICKET-3455
                 URL: https://issues.apache.org/jira/browse/WICKET-3455
             Project: Wicket
          Issue Type: Bug
          Components: wicket
            Reporter: Benedikt Rothe


file a bug with a quickstart. onremove() should be called on all
removed components.

-igor

On Fri, Feb 18, 2011 at 5:38 AM, Benedikt Rothe <[email protected]> wrote:
> > Hi
> >
> > Are the existing children of a RepeatingView/RefreshingView being informed,
> > when
> > the View is newly populated (RefreshingView.onPopulate).
> >
> > I'd like to clean some internal references in this case.
> > I tried:
> > - aChild.onRemove is not called in this situation
> > - aChild.setParent(null) is called. I treid to override setParent it. But
> > setParent is private.
> >
> > Any suggestions?
> > Benedikt


-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to