http://wicket.apache.org/docs/wicket-1.3.2/wicket/apidocs/org/apache/wicket/Session.html#setStyle(java.lang.String)
On Wed, Jun 11, 2008 at 9:33 PM, Kram.V <[EMAIL PROTECTED]> wrote: > > No, I have not. I am going to start looking. If you have any > links/documentation do let me know. > Thank you for your help. > > > > jwcarman wrote: > > > > Have you looked at using styles? > > > > On Wed, Jun 11, 2008 at 4:21 PM, Kram.V <[EMAIL PROTECTED]> wrote: > >> > >> 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] > >> > >> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > View this message in context: > http://www.nabble.com/Multiple-Layouts-using-Inheritance-tp17786400p17786644.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] > >
