RE: Wicket Layout Design

2012-07-23 Thread Paul Bors
- amp-images-resources-tc4650635.html#a4650638 ~ Thank you, Paul Bors -Original Message- From: divad91 [mailto:diva...@hotmail.com] Sent: Monday, July 23, 2012 12:40 PM To: users@wicket.apache.org Subject: Re: Wicket Layout Design Thanks Jesse for your reply. The only drawback of this m

Re: Wicket Layout Design

2012-07-23 Thread divad91
Thanks Jesse for your reply. The only drawback of this method is that I will need to override theses 3 methods (createNewHeader, createNewFooter...) in all pages that extends "BasePage.java".Ideally I would like to avoid copying code but I think it's the cleaner way to override layout components.

Re: Wicket Layout Design

2012-07-23 Thread Jesse Long
On 19/07/2012 17:01, divad91 wrote: Hi, I am new to Wicket. I'm working on a multi province web application. The goal is to use the same web application for all provinces. CSS and some business logic will differ for each province. I want to know the best ways to instantiate my layout components