The CountryTag generates its list of countries using Locale.getAvailableCountries().
http://source.appfuse.org/browse/appfuse/trunk/web/struts/src/main/java/org/appfuse/webapp/taglib/CountryTag.java?r=HEAD Maybe the buildCountryList() method needs some enhancements? On Thu, Feb 4, 2010 at 8:16 AM, ess <er...@web.de> wrote: > > Well, everything works just fine on thee demo-page. > > The pages generated inmy project return: > <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> > in header, just as the dem does. > > It seems to be not just a problem with the CountryTag: > After I changed my ApplicationResources to contain e.g. "ö" instead of > "ö", the webtest fail becaus they wont find e.g. the delete-button > ("Löschen" vs. "Löschen"), although I do reference the properties in > the webtest, no hardcoded strings. > > So it seems like somehow the whole project has an issue with the encoding - > which I never had with the old Appfuse version. > > Really confusing, I hope someone has a hint for me! > -- > View this message in context: > http://n4.nabble.com/Umlaute-in-CountryTag-tp1468889p1468954.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net > For additional commands, e-mail: users-h...@appfuse.dev.java.net > >