Return-Path: Delivered-To: apmail-incubator-jspwiki-user-archive@minotaur.apache.org Received: (qmail 63823 invoked from network); 27 Feb 2009 08:17:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2009 08:17:41 -0000 Received: (qmail 79172 invoked by uid 500); 27 Feb 2009 08:17:40 -0000 Delivered-To: apmail-incubator-jspwiki-user-archive@incubator.apache.org Received: (qmail 79156 invoked by uid 500); 27 Feb 2009 08:17:40 -0000 Mailing-List: contact jspwiki-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-user@incubator.apache.org Delivered-To: mailing list jspwiki-user@incubator.apache.org Received: (qmail 79145 invoked by uid 99); 27 Feb 2009 08:17:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Feb 2009 00:17:40 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of janne.jalkanen@ecyrd.com designates 193.64.5.122 as permitted sender) Received: from [193.64.5.122] (HELO mail.ecyrd.com) (193.64.5.122) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Feb 2009 08:17:31 +0000 Received: from [192.168.0.12] (cs181005170.pp.htv.fi [82.181.5.170]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.ecyrd.com (Postfix) with ESMTPSA id 1F5C397C2EB for ; Fri, 27 Feb 2009 10:17:11 +0200 (EET) Message-Id: <704B8F46-A577-44D1-880C-6811E9E9431C@ecyrd.com> From: Janne Jalkanen To: jspwiki-user@incubator.apache.org In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: Access to jspwiki.properties in templates? Date: Fri, 27 Feb 2009 10:17:08 +0200 References: <49A65209.3020207@altheim.com> <20090226133845.GB15565@ecyrd.com> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org On 27 Feb 2009, at 09:28, Mike Morris wrote: > 2009/2/26 Janne Jalkanen : > >> [{$jspwiki.propertyName}]. Therefore, VariableTag works too. > > Wouldn't that only work in wikipage __content__, since the [{...}] > syntax doesn't apply inside templates? I need it inside the templates > themselves. ;-) /Janne