Hi,
I am using struts 1.3 in my application and also using validation plugin of the same version.
I have placed my applicationResources.properties file in some folder.
My project(web site) is peeking up the keys for English locale but when i placed my locale specific applicationResources_es_CO.properties file in the same folder its not showing up on the UI. Instead i am getting fillowing warning on console.
org.apache.commons.validator.ValidatorResources getForm ‘DesclaimerEntryForm’ Form not found for locale ‘en_US’
org.apache.commons.validator.ValidatorResources getForm ‘DesclaimerEntryForm’ Form not found for locale ‘es_CO’
I am not getting the reason and not able find out the solution.
Please help me out as my client is form Colombia and he focusing more on colombain locale rather English locale.