Re: Different styles in different windows on same application

2011-02-23 Thread Martin Grigorov
what about: class MyPage extends WebPage { public String getVariation() { return getPageParameters().get("style"); } } ? On Wed, Feb 23, 2011 at 4:25 PM, Thijs wrote: > Hi. > > We have a use case where we have one Wicket application that has multiple > styles (passed in through a page-pa

Different styles in different windows on same application

2011-02-23 Thread Thijs
Hi. We have a use case where we have one Wicket application that has multiple styles (passed in through a page-parameter). These styles are put on the session and we have different css, html and properties based on those styles. This works as long as the user doesn't try to open 2 different st