Hi
    In your informative article, may be a small correction:

" For instance if the message can't be found in ApplicationResources_pt_br.properties (Brazilian Portuguese), the ApplicationResources_pt.properties file (and therefore Locale) will be searched. If the ApplicationResources_pt.properties file does not exist or the key is not found, the mesage will be retrieved from the ApplicationResources.properties file."

I think the way Struts work is like below (SEE: DEFAULT Locale)

ApplicationResources_pt_br.properties <-- ApplicationResources_pt.properties <-- ApplicationResouces_xx_ZZ.properties ( which is DEFAULT Locale) <-- ApplicationResources.properties



Thanks
Manish Singla






Nick Heudecker wrote:
Afternoon all,

I've written a short article detailing usage of the message resources
functionality with Struts.  It seems like a lot of people are having
problems with it, so I'm hoping that this will shed some light on this
topic.

You can find it at:
http://www.systemmobile.com/articles/strutsMessageResources.html

Feedback is appreciated.



--
Thanks
Manish Singla
x73166


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to