Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 12355 invoked from network); 2 Nov 2007 15:01:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2007 15:01:19 -0000 Received: (qmail 47863 invoked by uid 500); 2 Nov 2007 15:00:52 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 47831 invoked by uid 500); 2 Nov 2007 15:00:52 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 47820 invoked by uid 99); 2 Nov 2007 15:00:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2007 08:00:52 -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 64.233.170.186 as permitted sender) Received: from [64.233.170.186] (HELO rn-out-0102.google.com) (64.233.170.186) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2007 15:00:54 +0000 Received: by rn-out-0102.google.com with SMTP id v46so393347rnb for ; Fri, 02 Nov 2007 08:00:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; 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=5ViIbKDgv8R2+y48QjhUBxYIvIos/B6/EGUvU71BUjU=; b=MWJDACZ27v2bu95xnZ6H/00OvT0NboLQxFd9rG0TR17+jKIHYo7diWf0z29f+dt2JmsqJZhaoVzx/cdNZEgEqaItilG2Fc+7FTvdK4wdYLUjvtvU3QEWPyniKnIQHgBvo2kWbjcrX/Fq2KrxcNP0iIKvyHqMgfV8udKWnYmdPCw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mZdKVRnPIn3przZFaZqQ5A3RHWGG3dVjNeO1atWpBRLh3pQuvjaF6a3uIC3agisOuoy7udqd8B1ExKCc8w1MRWh8qdRZ0sMGoVGX4GLBWws+EwUZ3+TF60F2yatGHuY4J714qVhlpujEO7/z94vdWXHn+/K+g99ybD50WFiC4rk= Received: by 10.142.194.1 with SMTP id r1mr484275wff.1194015632931; Fri, 02 Nov 2007 08:00:32 -0700 (PDT) Received: by 10.142.216.19 with HTTP; Fri, 2 Nov 2007 08:00:32 -0700 (PDT) Message-ID: Date: Fri, 2 Nov 2007 16:00:32 +0100 From: "Antonio Petrelli" To: "Struts Users Mailing List" Subject: Re: [s2] templating approach / own tag? In-Reply-To: <13548784.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <13548784.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Thinking on it a bit, Basti, I think that your best friend would be Sitemesh: http://www.opensymphony.com/sitemesh/ If you have the same structure (or a small number of structures) across all the application, this is the easier approach. Struts 2 has a Sitemesh plugin too: http://struts.apache.org/2.x/docs/sitemesh-plugin.html Anyway, you can always use Tiles and Sitemesh together :-) Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org