Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 72347 invoked from network); 10 Sep 2007 15:49:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Sep 2007 15:49:46 -0000 Received: (qmail 67738 invoked by uid 500); 10 Sep 2007 15:49:32 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 67705 invoked by uid 500); 10 Sep 2007 15:49:31 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 67692 invoked by uid 99); 10 Sep 2007 15:49:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2007 08:49:31 -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 andrew.rw.robinson@gmail.com designates 209.85.132.245 as permitted sender) Received: from [209.85.132.245] (HELO an-out-0708.google.com) (209.85.132.245) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2007 15:49:29 +0000 Received: by an-out-0708.google.com with SMTP id c3so188385ana for ; Mon, 10 Sep 2007 08:49:08 -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=6FpI/yVdDpmYtM0nqqYshxyVsOqpT0Fl6M0AZTHZItg=; b=UYH4QluhWKVbGlSNgmXzhIN3iVNlu+TRytFkOR39m74eAZgcVVUV9rOXNjEaARUCU8IBfbs9lJ3Hnr7K6bQUZ9pnT9O/0kZPs4H3i3SzfXfQh42ue60k6AppgDSH4RI9aUoPjTbUs2Ivhc2Is69QPjtuNyO94ykqsqDljAkvzdE= 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=K3YKq6FprwzgRTrxxzfyROKu3aXh+L87cqLSmYo0YNww+RN62jQyQQdpu95On2D5tSsYlYA97ZuqWl6+ibEt3G7vENlSLT6wcgere67XrV8XNh2D50F2aaGI1+MDfBn8j4X7hk1nr5QzJ2sEgUxstz70gXtBJlbCcJY73d5vr18= Received: by 10.100.133.9 with SMTP id g9mr4699159and.1189439348744; Mon, 10 Sep 2007 08:49:08 -0700 (PDT) Received: by 10.35.52.13 with HTTP; Mon, 10 Sep 2007 08:49:08 -0700 (PDT) Message-ID: Date: Mon, 10 Sep 2007 09:49:08 -0600 From: "Andrew Robinson" To: "MyFaces Discussion" Subject: Re: Mixing trinidad with tomahwak - In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org As a work around, if you are using facelets you could use c:forEach to generate new column components during the facelet build. I haven't used it yet, so not sure if it would work, but have you tried ? If it works, the view may be something like: Like I say, I have no idea if this would work, but worth a shot or at least a look in the code for the DesktopTableRenderer -A On 9/10/07, Martin Hinterndorfer wrote: > Hi everyone! > > I need to build a table with a variable amout of columns (with different > headers and data types). > We are planning to use trinidad, whereas trinidad has no -Tag, like > tomahawk has. > As far as I know, I can use the binding attribute to build the > component-tree programatically, > but it looks as if the table will become quite complex (buttons, validators, > converters...), so this is not a > very preferable approach. > > Does anybody have experience in mixing a trinidad application with the > tomahawk and components? > > Any pros or cons? > > Thanks in advance! > > Martin Hinterndorfer >