Hi, my program works fine and the internationalization seems to work too. But I get still an Error on the JBoss Console every time when the JBoss processes a request:
(Something like this!) ----------------------- 16:14:52,687 ERROR [STDERR] 13.01.2003 16:14:52 org.apache.struts.action.RequestProcessor process INFO: Processing a 'GET' for path '/viewlogin' 16:14:57,484 ERROR [STDERR] 13.01.2003 16:14:57 org.apache.struts.action.RequestProcessor process INFO: Processing a 'POST' for path '/login' 16:15:04,715 ERROR [STDERR] 13.01.2003 16:15:04 org.apache.struts.action.RequestProcessor process INFO: Processing a 'GET' for path '/viewVersSearch' 16:15:07,349 ERROR [STDERR] 13.01.2003 16:15:07 org.apache.struts.action.RequestProcessor process INFO: Processing a 'POST' for path '/searchVers' ------------------------ I have two resources: ApplicationResources_de_DE.properties ApplicationResources.properties And an entry in the struts-config.xml: <message-resources parameter="de.ze.struts.ApplicationResources" /> Does anyone know this Error??? I am using JBoss 3.0.0 with Tomcat 4.0.3 and Struts 1.1-b3 Thx Oliver. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

