just like in object inheritance your superpage would have to provide a
way to plug this extra component in...

-igor

On Thu, Oct 23, 2008 at 1:30 PM, James Carman
<[EMAIL PROTECTED]> wrote:
> 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]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to