Return-Path: Delivered-To: apmail-tiles-users-archive@locus.apache.org Received: (qmail 72684 invoked from network); 24 Oct 2008 14:13:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Oct 2008 14:13:00 -0000 Received: (qmail 50514 invoked by uid 500); 24 Oct 2008 14:13:04 -0000 Delivered-To: apmail-tiles-users-archive@tiles.apache.org Received: (qmail 50393 invoked by uid 500); 24 Oct 2008 14:13:03 -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 50377 invoked by uid 99); 24 Oct 2008 14:13:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Oct 2008 07:13:03 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of antonio.petrelli@gmail.com designates 66.249.92.172 as permitted sender) Received: from [66.249.92.172] (HELO ug-out-1314.google.com) (66.249.92.172) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Oct 2008 14:11:53 +0000 Received: by ug-out-1314.google.com with SMTP id 23so210477ugr.20 for ; Fri, 24 Oct 2008 07:12:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=EIquspTbX5YFZa6aiRkOkXjtWLjvuu1brmHP2H/rh9I=; b=NpxfqTPwqcrfZgVPeiZRfiZwhgH0zAcJ/gJVEzDsBcNr7KFSwj07XIrqSZQjwcErWS K1kH+KJtZdDKf+Lf4v0/GMHzHk6kdWuTTfKRjXIs3WY9Xh6z9HQBu9KTHFfHL/3NT311 ijefAytGsC1Bkyn7tveCaM10HrLVQIc3mBb5M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=n7jCSjxJYLje433JOoSs/Pf+1SPby9tTzDAUWYsz5kijS8oZPCYjnksDq790+ZMW69 h/jFXYYchtXsCibT7Y7/bDmIQ5fQRp2K/ehpbbQdWTqcW02oY/iXB0XfbBWElobY50+/ c0Ho93yarigPo6aVWtxRzWpOFOpyyKkKhT6Zk= Received: by 10.187.232.14 with SMTP id j14mr119136far.26.1224857551415; Fri, 24 Oct 2008 07:12:31 -0700 (PDT) Received: by 10.187.211.4 with HTTP; Fri, 24 Oct 2008 07:12:31 -0700 (PDT) Message-ID: Date: Fri, 24 Oct 2008 16:12:31 +0200 From: Antonio To: users@tiles.apache.org Subject: Re: rewrite analogue exists? In-Reply-To: <22887E08-EEF5-4399-AF97-61C6B53A14E1@als.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7702A0F7-35ED-4285-90A9-44F97DF2939D@als.com> <22887E08-EEF5-4399-AF97-61C6B53A14E1@als.com> X-Virus-Checked: Checked by ClamAV on apache.org 2008/10/24 Ken Bowen : > <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> Try using: <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %> > I'm working in (My)Eclipse and had it install the JSTL 1.0 files. The TLDs > include What application server are you using? Antonio