Return-Path: Delivered-To: apmail-tiles-users-archive@locus.apache.org Received: (qmail 87546 invoked from network); 22 Jan 2008 16:50:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jan 2008 16:50:52 -0000 Received: (qmail 61948 invoked by uid 500); 22 Jan 2008 16:50:42 -0000 Delivered-To: apmail-tiles-users-archive@tiles.apache.org Received: (qmail 61922 invoked by uid 500); 22 Jan 2008 16:50:42 -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 61912 invoked by uid 99); 22 Jan 2008 16:50:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jan 2008 08:50:42 -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 (nike.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; Tue, 22 Jan 2008 16:50:29 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JHMKM-00039a-B7 for users@tiles.apache.org; Tue, 22 Jan 2008 08:50:22 -0800 Message-ID: <15023051.post@talk.nabble.com> Date: Tue, 22 Jan 2008 08:50:22 -0800 (PST) From: Lee Theobald To: users@tiles.apache.org Subject: Re: [Tiles 2 Standalone] Where are my JSTL/EL variables? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: Lee@openobjects.com References: <15021180.post@talk.nabble.com> <15021708.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Of course, the pages are below. I can get my JSTL to work fine in template.jsp but the JSTL in header.jspf just doesn't work (with or without the taglib declaration in each file). I'm obviously putting something in the wrong place but I'm not sure what. Template.jsp ------------------ <%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> <tiles:getAsString name="pageTitle" ignore="true"/>
index.jsp ----------------- <%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %> header.jspf -----------------

HEADER

Test =

Params

-- View this message in context: http://www.nabble.com/-Tiles-2-Standalone--Where-are-my-JSTL-EL-variables--tp15021180p15023051.html Sent from the tiles users mailing list archive at Nabble.com.