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
[EMAIL PROTECTED] > Sent: Wednesday, May 26, 2004 10:58 PM > To: Struts Users Mailing List > Subject: message resource problems > > > > I introduced the resource bundle errors_en_US.properties into my > struts-config.xml file. > Now, all the other declared resource files

Re: message resource problems

2004-05-26 Thread Henrique VIECILI
ruts Users Mailing List Sent: Wednesday, May 26, 2004 5:58 PM Subject: message resource problems I introduced the resource bundle errors_en_US.properties into my struts-config.xml file. Now, all the other declared resource files are ignored, WHY !! I ended up moving all declared message

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

message resource problems

2004-05-26 Thread ksitron
I introduced the resource bundle errors_en_US.properties into my struts-config.xml file. Now, all the other declared resource files are ignored, WHY !! I ended up moving all declared messages into the errors_en_US.properties, and things work again. Anyone have any idea why. Thanks in advance. --