Re: getMessageResources in webLogic?

2004-06-17 Thread Jacob Weber
rties which contains the line: testMessage=yes Thanks, Jacob - Original Message - From: "Karr, David" <[EMAIL PROTECTED]> Newsgroups: gmane.comp.jakarta.struts.user Sent: Thursday, June 17, 2004 10:54 AM Subject: RE: getMessageResources in webLogic? Without more in

RE: getMessageResources in webLogic?

2004-06-17 Thread Karr, David
Without more information, it's unlikely anyone could see what is going wrong here. Show us the structure of your WAR, and that might help. > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jacob Weber > > In my Struts app, I need to get data from a resource bundle.

getMessageResources in webLogic?

2004-06-16 Thread Jacob Weber
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, i