Re: deleted ApplicationResources_de.properties ghost

2004-01-20 Thread Adam Hardy
sage- From: chekuri raju [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 2:51 PM To: Struts Users Mailing List Subject: RE: deleted ApplicationResources_de.properties ghost Hi Eric i think if ur application does not know which file to read then by default it reads AppXX_de.props file.

RE: deleted ApplicationResources_de.properties ghost

2004-01-20 Thread Eric Bariaux
the same. > -Original Message- > From: chekuri raju [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 20, 2004 2:51 PM > To: Struts Users Mailing List > Subject: RE: deleted ApplicationResources_de.properties ghost > > Hi Eric > i think if ur application

Re: deleted ApplicationResources_de.properties ghost

2004-01-20 Thread Adam Hardy
That would be correct - the algorithm for deciding which resource bundle to pull a string from is not intuitive. However, I am having this problem when I use only 1 ApplicationResources.properties file. It has no language code ending. It is the default. And there are no other .properties files

RE: deleted ApplicationResources_de.properties ghost

2004-01-20 Thread chekuri raju
nuary 20, 2004 2:25 PM > To: Struts Users Mailing List > Subject: Re: deleted ApplicationResources_de.properties ghost > > Deployed my war file on a server I'd never touched before. Same problem. > > I re-created the German xxx_de.properties file with a copy of the > Englis

RE: deleted ApplicationResources_de.properties ghost

2004-01-20 Thread Eric Bariaux
o:[EMAIL PROTECTED] > Sent: Tuesday, January 20, 2004 2:25 PM > To: Struts Users Mailing List > Subject: Re: deleted ApplicationResources_de.properties ghost > > Deployed my war file on a server I'd never touched before. Same problem. > > I re-created the German xxx_de.propert

Re: deleted ApplicationResources_de.properties ghost

2004-01-20 Thread Adam Hardy
Deployed my war file on a server I'd never touched before. Same problem. I re-created the German xxx_de.properties file with a copy of the English, and changed a couple of strings into German to hilight the difference. This change took effect - the 'ghost' German disappeared and was replaced by

RE: deleted ApplicationResources_de.properties ghost

2004-01-20 Thread Andriy Ruzhevych
Did you seach German string or xxx_de.properties file in all ear/war of the web server? -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 12:33 PM To: Struts Users Mailing List Subject: Re: deleted ApplicationResources_de.properties ghost

Re: deleted ApplicationResources_de.properties ghost

2004-01-20 Thread Adam Hardy
Thanks Heya, but not wild & crazy enough :) - I already did that. In fact I made a war file and tested it on a completely different server. On 01/20/2004 08:28 AM [EMAIL PROTECTED] wrote: This is one of those wild crazy ideas that you asked for... I know you grepped but maybe didn't grep properly?

Re: deleted ApplicationResources_de.properties ghost

2004-01-20 Thread hgosper
m Hardy <[EMAIL PROTECTED]> 20/01/2004 06:12 PM Please respond to "Struts Users Mailing List" To: Struts Users Mailing List <[EMAIL PROTECTED]> cc: Subject:Re: deleted ApplicationResources_de.properties ghost Does anybody have any ideas o

Re: deleted ApplicationResources_de.properties ghost

2004-01-20 Thread Adam Hardy
Does anybody have any ideas on this? Even wild, stupid, ridiculous ideas. Anything? On 01/19/2004 07:02 PM Adam Hardy wrote: Actually I just did get access to a third server and did a complete fresh install of java & tomcat and my app.war, and the ghost German strings came up. So the German st

Re: deleted ApplicationResources_de.properties ghost

2004-01-19 Thread Adam Hardy
Actually I just did get access to a third server and did a complete fresh install of java & tomcat and my app.war, and the ghost German strings came up. So the German strings must be in the war file. But there is only the one ApplicationResources.properties file there in the war file! I just ch

Re: deleted ApplicationResources_de.properties ghost

2004-01-19 Thread Adam Hardy
Yes, unfortunately it does. On my dev machine and my future production server. But I had them both running earlier with the German .properties, so it would be the same problem. I don't have a third server to test it on. On 01/19/2004 05:54 PM Tim Kettering wrote: Does the same thing happen when

RE: deleted ApplicationResources_de.properties ghost

2004-01-19 Thread Tim Kettering
Does the same thing happen when you build/run the webapp on a different computer? Not sure what to tell you here, but that should at least narrow the scope to something in the source or some ghost file on your dev machine. -tim -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED