Have your web.xml entry something simlar to the following,

    <init-param>
      <param-name>application</param-name>
      <param-value>messages.ApplicationResources</param-value>
    </init-param>

and place your ApplicationResources.properties file under the 
web-inf/classes/messages folder (as per this given xml entry)

Regards,
Gane

-----Original Message-----
From: Stefan Faist [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 31, 2001 5:56 PM
To: Struts
Subject: ApplicationResources.properties


Must this file saved under the /WEB-INF/classes directory or can I save it
direkt under the /WEB-INF directory?
And how is then the entry in the web.xml?

Stefan

----------------------------------------------
hmi-Informatik GmbH
Zettachring 6 - D-70567 Stuttgart
E-Mail: [EMAIL PROTECTED]
http://www.hmi-informatik.de

Reply via email to