-----Original Message-----
From: Jeremy Thomerson [mailto:jer...@wickettraining.com] 
Sent: Tuesday, June 15, 2010 11:34 AM
To: users@wicket.apache.org
Cc: Berlin Brown
Subject: Re: Question about markup inheritance and page layouts

>
> >
> Where did you place the wicket:panel tags in your markup?
>
> --
> Jeremy Thomerson
> http://www.wickettraining.com
>
>
> They are in the SomePage:
>
> > SomePage.html:
> > <wicket:extend>
> > <div>
> >  <div wicket:id="myPanel"></div>
> >  <div wicket:id="myPanel1"></div>
> > </div>
> > </wicket:extend>
>

No, the wicket:panel tags that must appear in the panel html files -
where are they?

Ooops, I got it working now and all the inheritance works as expected:

In my base panel, I didn't include the wicket:panel (but I did put it in
the implemeting panel html)

Base Panel.html:

<wicket:panel>
...
</wicket:panel>

That change above, fixed the problem.
--
Jeremy Thomerson
http://www.wickettraining.com


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to