Return-Path: Delivered-To: apmail-tiles-users-archive@locus.apache.org Received: (qmail 63422 invoked from network); 14 Feb 2008 09:13:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Feb 2008 09:13:11 -0000 Received: (qmail 35386 invoked by uid 500); 14 Feb 2008 09:13:05 -0000 Delivered-To: apmail-tiles-users-archive@tiles.apache.org Received: (qmail 35360 invoked by uid 500); 14 Feb 2008 09:13:05 -0000 Mailing-List: contact users-help@tiles.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@tiles.apache.org Delivered-To: mailing list users@tiles.apache.org Received: (qmail 35351 invoked by uid 99); 14 Feb 2008 09:13:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2008 01:13:04 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2008 09:12:32 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JPa92-0008Ir-E7 for users@tiles.apache.org; Thu, 14 Feb 2008 01:12:40 -0800 Message-ID: <15476505.post@talk.nabble.com> Date: Thu, 14 Feb 2008 01:12:40 -0800 (PST) From: Pedro-1 To: users@tiles.apache.org Subject: Struts2 Tiles and UTF-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: pierre_leplus@hotmail.fr X-Virus-Checked: Checked by ClamAV on apache.org Dear Tiles specialists, I have a JSP file with the following content: =3D=3D=3D=3D=3D=3D sameFile.jsp =3D=3D=3D <%@ page contentType=3D"text/html;charset=3DUTF-8" pageEncoding=3D"UTF-8" language=3D"java" %> <%@ taglib uri=3D"http://tiles.apache.org/tags-tiles" prefix=3D"tiles" %> <%@ taglib prefix=3D"s" uri=3D"/struts-tags" %> =09=20 =09 =09 D=C3=A9connexion, =C3=A0 =C3=A9=20 .... =3D=3D=3D=3D=3D=3D If it is used directly as a struts result, the browser display correctly th= e accentuated characters, but If It used as tiles type through a tiles page, the accentuated chars are converted to ISO-8859. and wrongly displayed by the browser that expect UTF-8. Any idea of what is wrong here? =3D=3D=3D=3D=3D=3D tiles.xml =3D=3D=3D =20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D I use tiles-api-2.0 and tiles-core-2.0 Thanks in advance for your help --=20 View this message in context: http://www.nabble.com/Struts2-Tiles-and-UTF-8= -tp15476505p15476505.html Sent from the tiles users mailing list archive at Nabble.com.