There are actually several ways to do it. Pro's and con's for all of them. But here is a very simple one. Create a base Page with 2 abstract methods returning a Panel. something like getLeftSideBar and getRightSideBar with html to match. Then have all your pages extend this page and implement those 2 methods.
Maurice On Dec 3, 2007 5:18 AM, ddduuu <[EMAIL PROTECTED]> wrote: > > Hi, all, > I know we can use wicket to do page layout for header, content and footer, > now I want to add left sider and right sider, so I can put some menu links > on each sider, does anyone know how to do that? > > Thanks, I am a wicket newbie, just trying to learn it. > > ddd > -- > View this message in context: > http://www.nabble.com/How-to-get-siders-with-wicket-tf4934288.html#a14123679 > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > 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]
