thanks for all the help in this.
turns out that for it to work on the new version of struts and apache, you
must also add all the commons*.jar files as well.
it's fine now
thanks,
-prash.

ps: is there a file called struts.tld anymore? it is referred to in the
tutorial but is not part of struts 1.1
any pointers?

-----Original Message-----
From: Rajat Pandit [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 29, 2003 11:53 PM
To: 'Struts Users Mailing List'
Subject: RE: Please help: Cannot find message resources under key
org.apache.struts.action. MESSAGE


<struts-config>
        <message-resources parameter="ApplicationResources.properties"/>
</struts-config>

According to your struts config, the path for the res. File should be
something like this.
/WEB-INF/classes/ApplicationResources/properties.properties

The res file being named properties.properties which Is not wrong just
that it sounds funny. 
I guess you got my hint. So you will need to make osme changes. And I
guess RTFM!!
Take care and hope this helps!
Rajat


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

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

Reply via email to