> Could someone explain the meaning of the string argument to 
> Session.setStyle()? 

It's used in parsing resource names, and often in code as well, e.g. hiding 
detail views for mobile browsing.

If you have a Locale of "no_NO" and a style of "mobile" Wicket will look for 
e.g. MyPage_mobile_no_NO.html etc.

https://cwiki.apache.org/WICKET/localization-and-skinning-of-applications.html

- Tor Iver

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to