Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 79121 invoked from network); 16 Jul 2010 18:33:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Jul 2010 18:33:55 -0000 Received: (qmail 15421 invoked by uid 500); 16 Jul 2010 18:33:52 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 15388 invoked by uid 500); 16 Jul 2010 18:33:52 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 15380 invoked by uid 99); 16 Jul 2010 18:33:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jul 2010 18:33:52 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of antonio.petrelli@gmail.com designates 209.85.214.176 as permitted sender) Received: from [209.85.214.176] (HELO mail-iw0-f176.google.com) (209.85.214.176) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jul 2010 18:33:44 +0000 Received: by iwn37 with SMTP id 37so3529302iwn.35 for ; Fri, 16 Jul 2010 11:32:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=EkQEvepzOJZ7HL1e2Lkf136ROOBNg16oA08196MTDpo=; b=t5pm+yUA4vEiG1AoEfUwYKJB3EYtfouuqEXJryGXAV7RQ3E2R5jn5iahMj0WLb775g mWqm6yDpDzznkUlvz5zWU+56wPSimtS/dLZIuB9m2dlHSK5QrSVjcytVt2GRyMUOfyWy JC+89bXr3TC7IjT0MGptGGe5vhe9++twVjf00= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=eL/9IbrtLthLMPeYmA1Hwuh869kXZZ8/cCgfh5GFa29RVZtjk3YDwINNhhC52Ney6S ag4C+CpiMoRDBLlx2o83596ojZ5xCbZf/U/lzOoyNlSjvf/xM/UQwMQW/FX6dRSisWrV ANZqgO3qBMPyrMEli0pzk6CzyTTzZurewowAM= MIME-Version: 1.0 Received: by 10.42.2.207 with SMTP id 15mr510951icl.33.1279305143618; Fri, 16 Jul 2010 11:32:23 -0700 (PDT) Received: by 10.231.160.140 with HTTP; Fri, 16 Jul 2010 11:32:23 -0700 (PDT) In-Reply-To: References: Date: Fri, 16 Jul 2010 20:32:23 +0200 Message-ID: Subject: Re: internationalization via tiles definition files From: Antonio Petrelli To: Struts Users Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Try to ask the Tiles Users mailing list: http://tiles.apache.org/mail.html Antonio 2010/7/16 Ryan Beckes : > Hello, > > I'm new to struts 2, so I read the "Starting Struts 2" book by Ian Roughl= ey > (very good intro!) and started playing around with the Struts blank > application. > > I've been able to add tiles integration to the blank application (version > 2.1.8.1). I'm trying to add internationalization to tiles via this > instruction set... > > =A0http://tiles.apache.org/tutorial/advanced/l10n.html > > ... by creating a tiles_es.xml file... > > > tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles > Configuration 2.0//EN" > "http://tiles.apache.org/dtds/tiles-config_2_0.dtd"> > > =A0 > =A0 =A0 > =A0 =A0 > =A0 > > > ... and calling this link ... > > http://localhost:8080/struts2-blank-2.1.8.1/example/HelloWorld.action?req= uest_locale=3Des > > ... but the title ("Hola a Todos") never changes, it seems that tiles is = not > picking up the tiles_es.xml file. Can anyone see if I am missing somethin= g? > > Thanks, > Ryan > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org