David
From: "Sinkinson,Andrew [NCR]" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> Subject: Struts1.1 message resources ???en_CA.version??? Date: Thu, 13 Mar 2003 13:00:10 -0500
First of all I am using Struts1.1 and Tomcat 4.06. Everytime a debug my project I get all message key values show up similar to this ???en_CA.version???. It this point I am not sure why my webApp cannot find my resource property files. Below are the configurations I have made to both deployment descriptors.
Struts_Config.xml
<message-resources key="MESSAGES_KEY"
parameter="ca.gc.ec.sitegenerator.resource.UIStrings" null="false" />
<message-resources parameter="ca.gc.ec.sitegenerator.resource.UIStrings_fr"
null="false" />
Web.xml <init-param> <param-name>application</param-name> <param-value>ca.gc.ec.sitegenerator.resource.UIStrings</param-value> </init-param>
Can anybody help me with this issue.......
Thanks in Advance
Andrew S
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

