Thank you for your help.

I had known the markup inheritance like the WicketExamplePage,
but the tag <span wicket:id="mainNavigation"/> will be add each page.

If use TabbedPanel, I only to care the panel page's markup,
I ask if can redirect a panel to another panel,
only to avoid markup inheritance.
I like panel combination more, how can wicket do this?

deafwolf

> Date: Fri, 22 Sep 2006 14:12:13 +0200
> From: "Johan Compagner" <[EMAIL PROTECTED]>
> Subject: Re: [Wicket-user] If the wicket examples' library can put
>        into a  TabbedPanel
> To: wicket-user@lists.sourceforge.net
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> if you just want to have to same header and navigation on multiply pages
> you could use markup inheritance
> So have a base page with the header and navigation
> and then extend that page.
>
> johan
>
>
> On 9/22/06, dragon deaf <[EMAIL PROTECTED]> wrote:
> >
> > Hello,
> >
> > In the wicket examples there's a library example, if I can put it into
> > a TabbedPanel?
> >
> > I need some pages, these pages have the same header and navigation, if
> > use TabbedPanel, I needn't to add the header each page, and it looks
> > like use the frame.
> >
> > But if use the TabbedPanel, I can't redirect from a panel to another
> > panel, if this problem can handle more easier?
> >

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to