cancel
Showing results for 
Search instead for 
Did you mean: 

deploy struts examples blank error, Missing message for locale en_US

Former Member
0 Kudos

Application error occurred during request processing.

Details: Error [javax.servlet.jsp.JspException: Missing message for key "welcome.title" in bundle "(default bundle)" for locale en_US].

Exception id: [001CC4A7890C006B0000006B00000B1000043B0926F59098]

anybody help?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

There is a tag in the struts-config.xml that configures de resource bundle, for example:

<message-resources parameter="messages" />

Check that there is a messages.properties with the key welcome.title to make i18n work.

Former Member
0 Kudos

Thanks for your reply.

When I deploy to tomcat, it's only WARNING, but in NetWeaver j2ee engine it's error.


Sep 27, 2007 9:34:57 AM org.apache.struts.util.PropertyMessageResources loadLocale
WARNING:   Resource MessageResources_en_US.properties Not Found.
Sep 27, 2007 9:34:57 AM org.apache.struts.util.PropertyMessageResources loadLocale
WARNING:   Resource MessageResources_en.properties Not Found.

Former Member
0 Kudos

What version of NetWeaver and Struts are you trying to deploy?

I've got several issues when migrating a Tomcat 5.5 (used for development) application to Sap NetWeaver. I've to downgrade several jars and make changes in jsp's to deploy.

Try struts-1.2.9, that's the version I'm using and it deploys correctly in Sap Netweaver.