Struts-config.xml:  <message-resources parameter="ApplicationResources"/>
http://jakarta.apache.org/struts/userGuide/configuration.html#resources_conf
ig
-Tim

-----Original Message-----
From: Martin Gainty [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 24, 2003 3:22 PM
To: [EMAIL PROTECTED]
Subject: ApplicationResources.properties


What mechanism does struts use to find the ApplicationResources.properties
file?
All attempts by Tomcat to locate the file result in failure

The configuration in web.xml as:

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";>

<web-app>

<!-- Standard Action Servlet Configuration (with debugging) -->

<servlet>

<servlet-name>action</servlet-name>

<servlet-class>org.apache.struts.action.ActionServlet</servlet-class>

<init-param>

<param-name>application</param-name>

<param-value>ApplicationResources</param-value>

</init-param>

Thanks,
-Martin

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

Reply via email to