Because a Component has reference to its parents, which eventually is the
Page, and because the Page contains a reference to the Session, keeping a
"copy" of a component is very expensive.
To be implemented by Components which walks up the component tree until a
Page or Panel and tries to find a component with a matching wicket id if the
component itself does not contain it.