Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 82456 invoked from network); 15 Jan 2008 17:07:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jan 2008 17:07:17 -0000 Received: (qmail 75570 invoked by uid 500); 15 Jan 2008 17:07:03 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 75280 invoked by uid 500); 15 Jan 2008 17:07:02 -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 75269 invoked by uid 99); 15 Jan 2008 17:07:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jan 2008 09:07:02 -0800 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: local policy) Received: from [213.138.34.28] (HELO bean.sungard.de) (213.138.34.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jan 2008 17:06:37 +0000 Received: from bean.sungard.de (localhost [127.0.0.1]) by localhost (SunGard Mail Service INT1) with ESMTP id 0FD3693B5 for ; Tue, 15 Jan 2008 18:06:42 +0100 (CET) Received: from ffm-gproxy.sungard.de (unknown [149.232.181.103]) by bean.sungard.de (SunGard Mail Service INT1) with ESMTP id 0185193AE for ; Tue, 15 Jan 2008 18:06:42 +0100 (CET) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: AW: AW: [Trinidad] tr:table "binding" attribute problem Date: Tue, 15 Jan 2008 18:06:41 +0100 Message-ID: <2F24853EFC2E9C4DAF28A347D88E8EEB027AC8A8@ffm-mx2> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: AW: [Trinidad] tr:table "binding" attribute problem Thread-Index: AchXkWJrwGkidh5ETsqZ6RR8ypoXdQAA7RGw References: <14210456.1200413482004.JavaMail.root@viefep15> From: "Rottstock, Sven" To: "MyFaces Discussion" X-Virus-Checked: Checked by ClamAV on apache.org ---- shhQuiet schrieb: >=20 >=20 > Rottstock, Sven wrote: > >=20 > > Hi Steve, > > =20 > > i don't know why the exception is thrown. But could you try the=20 > > following solution: > > > > > > > value=3D"#{wrapper.entityBacker.listTable}"/> > > > > > >=20 >=20 > I tried this and it worked beautifully. The only other change I made=20 > is in the included component, I used the "binding" attribute like=20 > this: >=20 > Thanks for your suggestion... The next question is whether this is a=20 > Trinidad or Facelets bug... Why are you putting the binding paramater as an el variable in the tr:table component? IMO you can remove the whole attribute from the table because you have set it already by . So the attribute can be resolved by the Trinidad component. Cheers