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]

Reply via email to