You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Jacob Weber <ja...@jacobweber.com> on 2004/06/16 23:15:21 UTC

getMessageResources in webLogic?

In my Struts app, I need to get data from a resource bundle. So I make a 
call to:

MessageResources.getMessageResources("myFile")

The file name is actually myFile_en_US.properties, and when I run this 
code on Tomcat, it's able to find the right file. But when I run the 
same code on WebLogic, it doesn't find it. It only finds the file if 
it's called myFile.properties, without the locale extension.

Does anyone know why? Many thanks,
Jacob


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org