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
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