In Wicket is it possible to inherit from multiple layouts?

What we are trying to do is introduce different skins for the same
application (We could control all of this in CSS and forget about it, but
want to try this first)

Each skin is a different Layout Page/Class in Wicket, how can we switch the
inheriting Page/Class's layout.

For instance:

Class Skin1 extends WebPage
Class Skin2 extends WebPage

abstract BasePage() - Don't know how to design this one yet!

MyPage extends BasePage

and MyPage should use either Skin1 or Skin2 based on some criteria inside of
BasePage.

Is this even doable ?

Thanks




-- 
View this message in context: 
http://www.nabble.com/Multiple-Layouts-using-Inheritance-tp17786400p17786400.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]

Reply via email to