Re: [Wicket-user] MarkupContainer#contains()

2006-07-20 Thread Johan Compagner
can you debug it a bit more?Because that method should work fine. It just goes through all the parents of the Link looking if one of them is the container itself.So can't see why that will go wrong.Except of course if the link is somehow getting hold on to when it is displayed in a listview and tha

[Wicket-user] MarkupContainer#contains()

2006-07-19 Thread Aaron Hiniker
is MarkupContainer#contains() flawed?  When I debug my application, I am getting "false" for parent.contains( feedbackMessage.getReporter(), true ).. the reporter is a Link component embedded deep within the heirarchy.    Is it a problem with contains() being used to check for "child" feedback