Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 84621 invoked from network); 18 Aug 2010 09:24:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Aug 2010 09:24:04 -0000 Received: (qmail 90932 invoked by uid 500); 18 Aug 2010 09:24:01 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 90623 invoked by uid 500); 18 Aug 2010 09:23:57 -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 90614 invoked by uid 99); 18 Aug 2010 09:23:55 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Aug 2010 09:23:55 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [77.75.108.10] (HELO mail.ukfsn.org) (77.75.108.10) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Aug 2010 09:23:31 +0000 Received: from localhost (smtp-filter.ukfsn.org [192.168.54.205]) by mail.ukfsn.org (Postfix) with ESMTP id C6827DEBE2 for ; Wed, 18 Aug 2010 10:23:10 +0100 (BST) Received: from mail.ukfsn.org ([192.168.54.25]) by localhost (smtp-filter.ukfsn.org [192.168.54.205]) (amavisd-new, port 10024) with ESMTP id n2mimL6ezdNn for ; Wed, 18 Aug 2010 10:23:10 +0100 (BST) Received: from stargate.localnet (unknown [84.45.236.142]) by mail.ukfsn.org (Postfix) with ESMTP id 816B2DEBDF for ; Wed, 18 Aug 2010 10:23:10 +0100 (BST) From: David Goodenough To: users@tomcat.apache.org Subject: problem with JSP/JSTL and Tomcat 6 Date: Wed, 18 Aug 2010 10:23:08 +0100 User-Agent: KMail/1.13.3 (Linux/2.6.32-2-686; KDE/4.4.4; i686; ; ) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201008181023.08517.david.goodenough@btconnect.com> X-Virus-Checked: Checked by ClamAV on apache.org I have some old JSP pages which used to run on Tomcat 5.5. I tried to move to Tomcat 6 and the current JSTL but I am getting some odd errors. When I include the <%@ taglib directives inline in the source, say:- ... <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> ... I get an error saying:- The content of elements must consist of well-formed character data or markup. If I put the taglib directives in an include file, I get an error saying that the is not bound. I have the jstl and el files from dev.java.net, and I have tomcat 6 as installed by Debian. Eclipse (Helios with its validation) seems to think everything is OK, but when I used jasper2 to compile it under ant, or simply run the page, I get the errors. Anyone got any good pointers as to how to fix this? Are there any good JSP/JSTL migration guides? David --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org