Return-Path: Delivered-To: apmail-tiles-users-archive@locus.apache.org Received: (qmail 82263 invoked from network); 24 Oct 2008 07:16:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Oct 2008 07:16:26 -0000 Received: (qmail 38482 invoked by uid 500); 24 Oct 2008 07:16:29 -0000 Delivered-To: apmail-tiles-users-archive@tiles.apache.org Received: (qmail 38448 invoked by uid 500); 24 Oct 2008 07:16:29 -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 38436 invoked by uid 99); 24 Oct 2008 07:16:29 -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 00:16:29 -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 209.85.128.185 as permitted sender) Received: from [209.85.128.185] (HELO fk-out-0910.google.com) (209.85.128.185) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Oct 2008 07:15:20 +0000 Received: by fk-out-0910.google.com with SMTP id 19so558031fkr.8 for ; Fri, 24 Oct 2008 00:15:58 -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=C97MlBSoRquMcbTl1hU6nvibh88OrJClLkv18v3gLT4=; b=TpSUKnHPepmgi6wiT7t/3d51Y25E781qBjp2S915LDBbUn+/lJ1LBLqeri+86kxtLq VD3CO8IxD7/El+aQxngcVA/vAIaFbrp98bXs52lpNEdGFG18pvtAIiJFg/GF+CaA7BKk UzLn184ymTWAbg7VfsmCJJx3KpeWfgtMbjFqg= 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=DCJWHVz2ewANlUM4Bx0dVDl/TnycLBy4MiqdhFQI9O75ylFkIv89mLK+Eji/5q+W+/ JOiuB/qhvbek+pffLDQs4aNL19nYn0K4zWPcgOSD4YFp8VO2q1VDeuD2V9lje5FFck8E qFEQi+Dq7WjJOJ4hEqQiEe2524Noi2d4EUDRM= Received: by 10.187.247.15 with SMTP id z15mr68983far.80.1224832558684; Fri, 24 Oct 2008 00:15:58 -0700 (PDT) Received: by 10.187.211.4 with HTTP; Fri, 24 Oct 2008 00:15:58 -0700 (PDT) Message-ID: Date: Fri, 24 Oct 2008 09:15:58 +0200 From: Antonio To: users@tiles.apache.org Subject: Re: rewrite analogue exists? In-Reply-To: <7702A0F7-35ED-4285-90A9-44F97DF2939D@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> X-Virus-Checked: Checked by ClamAV on apache.org 2008/10/23 Ken Bowen : > >... > Is there any way I can achieve the same effect using standalone Tiles? Probably using a string attribute. In your master definition put: Then in your JSP: HTH Antonio > > Thanks in advance, > Ken Bowen > >