Re: message resource problems

2004-05-26 Thread Riyad Kalla
No problem, glad it worked. On Wednesday 26 May 2004 02:50 pm, ksitron wrote: > Thanks Riyad, I think you hit right on the head. > > Riyad Kalla wrote: > >I believe if you have more than one resource file, you need to give them > > keys. The resource file with no key becomes the default, and then

Re: message resource problems

2004-05-26 Thread ksitron
Thanks Riyad, I think you hit right on the head. Riyad Kalla wrote: I believe if you have more than one resource file, you need to give them keys. The resource file with no key becomes the default, and then the others need to be referenced explicity using the "bundleKey" (I think that's the name.

RE: message resource problems

2004-05-26 Thread Matthias Wessendorf
try something like this: in WEB-INF/classes/net/wessendorf/ there must be a file called -ApplicationResources.properties (default_file) you can add files with names like thiS: -ApplicationResources_en_US.properties ... Cheers, > -Original Message- > From: ksitron [mailto:[EMAIL PROTEC

Re: message resource problems

2004-05-26 Thread Henrique VIECILI
how do you declared this resource in your struts-config.xml ?? (place the code) Henrique Viecili PS.: Maybe your question is answered in the message titled 'Can I have multiple ApplicationResources from the same locale?' - Original Message - From: ksitron To: Struts Users Mailin

Re: message resource problems

2004-05-26 Thread Riyad Kalla
I believe if you have more than one resource file, you need to give them keys. The resource file with no key becomes the default, and then the others need to be referenced explicity using the "bundleKey" (I think that's the name...) attribute of the struts taglibs. On Wednesday 26 May 2004 01:5