Hey guys, having a major brain-fart today... I swear I had this figured out at one point.
I essentially want to create a RootPage (extends WebPage) that represents the root of every page in my app. It has an associated RootPage.html file with it that has all the DOCTYPE stuff in it, sets all the meta-tags at the top and page title, and right inside the <body> tags, it has a: <div wicket:id="pageBody"></div> The idea being that every page that extends RootPage, would provide the actual body of the page. I know I can do this with Panels, in that every single sub-page would actually supply a Panel with the id "pageBody" to be added, but I was curious what the "right" way to do this is. -- View this message in context: http://www.nabble.com/Best-way-to-create-a-%22Root-Page%22-that-every-page-in-your-app-extends-tp18853127p18853127.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
