From adffaces-user-return-1575-apmail-incubator-adffaces-user-archive=incubator.apache.org@incubator.apache.org Thu Dec 14 11:11:32 2006 Return-Path: Delivered-To: apmail-incubator-adffaces-user-archive@locus.apache.org Received: (qmail 77135 invoked from network); 14 Dec 2006 11:11:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Dec 2006 11:11:31 -0000 Received: (qmail 64206 invoked by uid 500); 14 Dec 2006 11:11:38 -0000 Delivered-To: apmail-incubator-adffaces-user-archive@incubator.apache.org Received: (qmail 64163 invoked by uid 500); 14 Dec 2006 11:11:38 -0000 Mailing-List: contact adffaces-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: adffaces-user@incubator.apache.org Delivered-To: mailing list adffaces-user@incubator.apache.org Received: (qmail 64146 invoked by uid 99); 14 Dec 2006 11:11:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Dec 2006 03:11:38 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [213.205.33.42] (HELO mail-relay-2.tiscali.it) (213.205.33.42) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Dec 2006 03:11:26 -0800 Received: from [192.168.0.3] (84.223.104.245) by mail-relay-2.tiscali.it (7.2.078) id 4576D997000EC208 for adffaces-user@incubator.apache.org; Thu, 14 Dec 2006 12:11:04 +0100 Message-ID: <45813148.8040409@tecnotp.it> Date: Thu, 14 Dec 2006 12:11:04 +0100 From: Renzo Tomaselli User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: adffaces-user@incubator.apache.org Subject: no dynamic columns for tr:table References: <1F701D303A73F2458C1F9B1439C115E40132F90A@ex1.S2.int> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, for the purpose of replacing existing facelets using Tomahawk components through Trinidad ones, I noticed that nothing like t:columns seems to exist in Trinidad. Only a single tr:column is documented, leading to static tables only. A multiple column component is very useful for rendering runtime-defined (e.g. non static) column sets. Is there another component covering this role or is this feature definitely missing ? Furthermore, I guess that t:dataTable/t:columns/t:column are closely connected, the same also for tr:table/tr:column. Or can I mixup tr:table with t:columns ? Thanks -- Renzo