Hi Steven and Li, I have found out that my locale is [es]. But the problem still continues because, when I create the Welcome Struts application in Netbeans, In the package com.myapp.struts there is a default properties file create called ApplicationResource.properties, which has in English.
welcome.title=Struts Application welcome.heading=Struts Applications in Netbeans! welcome.message=It's easy to create Struts applications with NetBeans. As I wanted to create a multilanguage application in Spasnish and English I created MessageResources_es.properties, which the following content. welcome.title=Holamundo Struts welcome.heading=Bienvenida! welcome.message=Holamundo Struts And In the Struts-config I add the following line <message-resources parameter="com/myapp/struts/MessageResources_es"/> below to <message-resources parameter="com/myapp/struts/ApplicationResource"/> But when I run the application it still gives me the same error. Regards -- View this message in context: http://old.nabble.com/Missing-message-for-key-%22welcome.title%22-in-bundle-%22%28default-bundle%29%22-for-locale-es-tp30175630p30179101.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org