Re: i18n problem with Struts2 - getting weird

2010-04-07 Thread Marc Logemann
Yeah. But the issue was that i have not defined the needed: %...@page pageEncoding=UTF-8 contentType=text/html; charset=UTF-8 % --- regards Marc Logemann http://www.logemann.org http://www.logentis.de Am 05.04.2010 um 13:58 schrieb Alex Rodriguez Lopez: Do you have your

i18n problem with Struts2 - getting weird

2010-04-05 Thread Marc Logemann
Hi, imagine the following jsp (saved in UTF-8 encoding): -- snipp --- %@ taglib prefix=s uri=/struts-tags % html body Hauptmenübr/ s:text name=menu.mainmenu/br/ s:property value=foo/br/ /body /html -- END snipp --- Now i have a resource bundle like that:

Re: i18n problem with Struts2 - getting weird

2010-04-05 Thread Alex Rodriguez Lopez
Do you have your struts.custom.i18n.resources property correctly assigned to your bundle(s)? Em 05-04-2010 11:27, Marc Logemann escreveu: Hi, imagine the following jsp (saved in UTF-8 encoding): -- snipp --- %@ taglib prefix=s uri=/struts-tags % html body Hauptmenübr/ s:text