I have a question about what Wicket should traverse properties files
and what it does.

Take a look in http://cwiki.apache.org/WICKET/i18n-and-resource-boundles.html
here it says Wicket will look in properties files according to this:
1. MyPanel_locale.properties
2. then MyPanel.properties
3. MyPage_locale.properties
4. then MyPage.properties
5. MyApplication_locale.properties
6. then MyApplication.properties

According to my tests (with "en" english locale) it will only traverse
the properties with locale english. Not the default locale.

Have I misunderstood anything?

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to