Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 21990 invoked from network); 13 May 2003 13:42:15 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 13 May 2003 13:42:15 -0000 Received: (qmail 8421 invoked by uid 97); 13 May 2003 13:44:20 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 8412 invoked from network); 13 May 2003 13:44:20 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 13 May 2003 13:44:20 -0000 Received: (qmail 17437 invoked by uid 500); 13 May 2003 13:40:31 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 17409 invoked from network); 13 May 2003 13:40:31 -0000 Received: from unknown (HELO mbexchange.eurobenefits.com) (213.219.19.211) by daedalus.apache.org with SMTP; 13 May 2003 13:40:31 -0000 Received: by MBEXCHANGE with Internet Mail Service (5.5.2650.21) id <2QWBPGQ3>; Tue, 13 May 2003 14:40:30 +0100 Message-ID: <3B4C494EDCC3D611AC4600508BDF0E602B5565@MBEXCHANGE> From: graghupathy@aegonuk.co.uk To: tomcat-user@jakarta.apache.org Subject: RE: struts in tomcat Date: Tue, 13 May 2003 14:40:30 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N okie ... send me your struts-config.xml .... -----Original Message----- From: Pablo Gomes Ludermir [mailto:pablo@inflor.com.br] Sent: 13 May 2003 14:34 To: tomcat-user@jakarta.apache.org Subject: struts in tomcat Hello People, I am trying to learn struts, but I am having some problems with tomcat 4.1.24 (win2k; JDK 1.4). I had created the simplest application as possible, but I still get a = HTTP 500 error (org.apache.jasper.JasperException: Missing message for key index.title). The ApplicationResources.properties file and ApplicationResources_pt-br.properties (portuguese Brazil, the language = wich is configured my OS) are on WEB-INF/classes directory. The struts.jar file is also on WEB-INF/lib directory and in my = CLASSPATH. The web.xml and struts-config.xml are with default settings (I had = copied from JDeveloper). This is my jsp page: ---------------------------------------- <%@ taglib uri=3D"/WEB-INF/struts-bean.tld" prefix=3D"bean" %> <%@ taglib uri=3D"/WEB-INF/struts-html.tld" prefix=3D"html" %> <%@ page contentType=3D"text/html;charset=3Dwindows-1252" %> <%@ page language=3D"java" %> =20 =20 <bean:message key=3D"index.title" />

teste

---------------------------------------- This is my ApplicationResources.properties file (all have the same contents): index.title=3DJDeveloper Struts Application index.heading=3DJDeveloper Struts Application index.message=3DSee how easy it is to use struts with JDeveloper 9i. Pablo Gomes Ludermir mailto:pablo@inflor.com.br INFLOR Consultoria e Sistemas Ltda. Rua Dr. Eurico de Aguiar, 888 - Sala 1004 Santa L=FAcia - Vit=F3ria - ES Cep: 29055-280 Tel: (27) 3225-7115 --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org