Return-Path: Delivered-To: apmail-jakarta-tapestry-user-archive@www.apache.org Received: (qmail 55184 invoked from network); 8 Jul 2004 10:27:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Jul 2004 10:27:51 -0000 Received: (qmail 43892 invoked by uid 500); 8 Jul 2004 10:27:46 -0000 Delivered-To: apmail-jakarta-tapestry-user-archive@jakarta.apache.org Received: (qmail 43861 invoked by uid 500); 8 Jul 2004 10:27:46 -0000 Mailing-List: contact tapestry-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tapestry users" Reply-To: "Tapestry users" Delivered-To: mailing list tapestry-user@jakarta.apache.org Received: (qmail 43848 invoked by uid 99); 8 Jul 2004 10:27:45 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [17.250.248.97] (HELO smtpout.mac.com) (17.250.248.97) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 08 Jul 2004 03:27:44 -0700 Received: from mac.com (smtpin01-en2 [10.13.10.146]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id i68ARhJd020490 for ; Thu, 8 Jul 2004 03:27:43 -0700 (PDT) Received: from [192.168.1.156] (host-62-245-168-210.customer.m-online.net [62.245.168.210]) (authenticated bits=0) by mac.com (Xserve/smtpin01/MantshX 4.0) with ESMTP id i68ARZkI016252 for ; Thu, 8 Jul 2004 03:27:38 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v618) Content-Transfer-Encoding: 7bit Message-Id: <72A28358-D0C9-11D8-B87A-000D932B6612@mac.com> Content-Type: text/plain; charset=US-ASCII; format=flowed To: Tapestry users From: Lars Hoss Subject: Generating Meta-Tags Date: Thu, 8 Jul 2004 12:27:43 +0200 X-Mailer: Apple Mail (2.618) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi all, after playing around with several other frameworks such as Struts, WebWork 2 and Spring I finally came to Tapestry :-) Currently I am investigating Tapestry in order to find out if it would be possible to port some of my web applications. First thing I wonder is how to generate Meta-Tags in the Tapestry way. I guess I need some more practice to fully grok the Zen of Tapestry ;-) My idea of generating Meta-Tags was to write a component, let's call it MetaGenerator, that accepts an IAsset to a properties file. MetaGenerator then would read the properties file and render the Meta-Tags. Because MetaGenerator would implement the IRender interface it could be used as a delegate for the Shell component. So, what do you think? Is this the recommended approach? Thanks in advance, Lars --------------------------------------------------------------------- To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tapestry-user-help@jakarta.apache.org