Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 42413732E for ; Wed, 28 Sep 2011 16:49:03 +0000 (UTC) Received: (qmail 85906 invoked by uid 500); 28 Sep 2011 16:48:59 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 85865 invoked by uid 500); 28 Sep 2011 16:48:59 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 85851 invoked by uid 99); 28 Sep 2011 16:48:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2011 16:48:59 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of knst.kolinko@gmail.com designates 209.85.220.173 as permitted sender) Received: from [209.85.220.173] (HELO mail-vx0-f173.google.com) (209.85.220.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2011 16:48:52 +0000 Received: by vcbfl10 with SMTP id fl10so7291001vcb.18 for ; Wed, 28 Sep 2011 09:48:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=2MVNLyGBrbjLpN93Z0IE2FLBDtR9wxG8CmgMxGQJKlk=; b=svIy2/GCQSC9TrCI577anzXmTo2p/jjsG+9ahfvRhB3tyiCWXHwcDyxUGgZY4usZ8S f5/VedwrDGbnlynwISO2Ryjyr0iAMHzncgdKfcRIKv0DUOXv914nA1uXJGkLXh4Kn6FK awuXcOQ6LgbVDARPz5q/yKpMdWr8AhbC186j8= MIME-Version: 1.0 Received: by 10.52.172.203 with SMTP id be11mr9826849vdc.67.1317228511412; Wed, 28 Sep 2011 09:48:31 -0700 (PDT) Received: by 10.52.183.193 with HTTP; Wed, 28 Sep 2011 09:48:31 -0700 (PDT) In-Reply-To: References: Date: Wed, 28 Sep 2011 20:48:31 +0400 Message-ID: Subject: Re: Using namespaces within XML documents produced from JSPXs From: Konstantin Kolinko To: Tomcat Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org 2011/9/28 Paul Wilson : > Hi there, > 1. What exactly build of Tomcat x.y.z you are using? > I'm trying use taglibs with a JSPX page, but also specify a namespace > declaration for elements rendered by the JSP. An example: > > > =A0 > =A0 > > > In the above example, I have a taglib registered for only 'foo', whereas = I'd > like 'bar' to be considered verbatim and added to the body content as suc= h. > What actually happens is the xmlns declaration is removed and is not made > available to the taglib component processing 'foo:xyz'. Jasper then > complains that 'bar' is not bound. > 2. What happens if you wrap all with element and move your xmlns:bar there? (and not xmlns:foo like in your example below) > I've also tried: > > > =A0 > =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 > =A0 > > 3. What version of specification is specified at the top of your web.xml fi= le? Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org