Return-Path: Delivered-To: apmail-tiles-users-archive@minotaur.apache.org Received: (qmail 4129 invoked from network); 16 Jul 2009 08:12:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Jul 2009 08:12:56 -0000 Received: (qmail 23992 invoked by uid 500); 16 Jul 2009 08:14:01 -0000 Delivered-To: apmail-tiles-users-archive@tiles.apache.org Received: (qmail 23963 invoked by uid 500); 16 Jul 2009 08:14:01 -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 23953 invoked by uid 99); 16 Jul 2009 08:14:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jul 2009 08:14:01 +0000 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 209.85.218.211 as permitted sender) Received: from [209.85.218.211] (HELO mail-bw0-f211.google.com) (209.85.218.211) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jul 2009 08:13:53 +0000 Received: by bwz7 with SMTP id 7so3870517bwz.8 for ; Thu, 16 Jul 2009 01:13:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=FyG5jqOhpgGdZikMLH4/GDFZ9KDIgF3uEgCYCBRDPWY=; b=SprbM+/UAV4BXAj2XqqTdvVD4W8TyXfshggE6ungmBHg6UlQ66tijAL7bEk+aX5gwo CLwG0Jd8eApxJxdHiDA550nraePPyJoxxgQ1VLm59DZMlMrTuqw+ZCqDZg23THh996/2 WrFteXVsB+lcQv5lPv01plfrFSz9ifjjTH7JQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=siVx6kQAyAQ5aMbQcXheg/ReOUDYCsibc0D3aNLXu8vuC0tSwP+SBgk5awWjmNVEjy 4PZMf8YhW4I3dytm2Z5uI0to4LcZ7kWTBNF9Fo7+6JPPcwD3Q2iCVaEJyQrPJUctlocq kLdzmZy29drRf+Q0tbSW+EsN5zBZ8fl18Rl+8= MIME-Version: 1.0 Received: by 10.204.100.71 with SMTP id x7mr8506850bkn.130.1247732012138; Thu, 16 Jul 2009 01:13:32 -0700 (PDT) In-Reply-To: <851953ec0907160111j673b52e1v9079852ee7473fb3@mail.gmail.com> References: <24510460.post@talk.nabble.com> <851953ec0907160038x5aa5a413s6c9ac6a56c3a71d8@mail.gmail.com> <851953ec0907160111j673b52e1v9079852ee7473fb3@mail.gmail.com> Date: Thu, 16 Jul 2009 10:13:28 +0200 Message-ID: Subject: Re: How to use import attribute? From: Antonio Petrelli To: users@tiles.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 2009/7/16 Roshni Basu : > No . Err... sorry what's this JSP then? Attributes are available only in JSP pages specified in "template" attribute. If you want them to be available elsewhere, try with the "cascade" attribute of . Antonio