Suppose I have this page hierarchy: BasePage <- SuperPage <- SubPage.
In BasePage.html, I've got <wicket:child> and in SuperPage.html I've got <wicket:extend>. Now, in SubPage.html, I can't just "override" the markup of SuperPage.html by using a <wicket:extend>. Suppose I wanted to just add in an extra component in SubPage.html and then "override" the markup for SuperPage with the markup for SubPage, but still allowing myself to extend from BasePage. I can't do that! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
