Return-Path: Delivered-To: apmail-jakarta-taglibs-user-archive@www.apache.org Received: (qmail 55080 invoked from network); 29 Mar 2006 09:46:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Mar 2006 09:46:04 -0000 Received: (qmail 61084 invoked by uid 500); 29 Mar 2006 09:45:56 -0000 Delivered-To: apmail-jakarta-taglibs-user-archive@jakarta.apache.org Received: (qmail 61056 invoked by uid 500); 29 Mar 2006 09:45:55 -0000 Mailing-List: contact taglibs-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tag Libraries Users List" Reply-To: "Tag Libraries Users List" Delivered-To: mailing list taglibs-user@jakarta.apache.org Received: (qmail 61045 invoked by uid 99); 29 Mar 2006 09:45:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Mar 2006 01:45:55 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [194.217.242.88] (HELO anchor-post-30.mail.demon.net) (194.217.242.88) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Mar 2006 01:45:54 -0800 Received: from demon-gw.as400resource.com ([83.104.85.137] helo=dilbert.kdplan) by anchor-post-30.mail.demon.net with esmtp (Exim 4.42) id 1FOXF6-000IIU-1p for taglibs-user@jakarta.apache.org; Wed, 29 Mar 2006 09:45:32 +0000 Received: by dilbert with Internet Mail Service (5.5.2653.19) id ; Wed, 29 Mar 2006 10:45:29 +0100 Message-ID: From: Kevin Passey To: "Taglibs (E-mail)" Subject: JSTL startup question Date: Wed, 29 Mar 2006 10:45:29 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi - I wonder if anyone can shed any light on this. I have started to read JSTL in action by Shawn Bayern. I have set up Tomcat5 and mysql on my XP machine and it all works fine - so I have my development environment. I have downloaded and published the JSTL1.1.2 zip - and that all seems to work fine. I have taken the jars from the un-packed web-app and they work fine. But.................. When I read the book - it states that I should have <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> in the page which I have and it works But................. In the download document (which I expect to be more up-to-date) it states that I should have <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> (Additional jsp in the path). And................ Only the former works... Would anybody be so good as to comment. Kind regards Kevin --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: taglibs-user-help@jakarta.apache.org