From adffaces-user-return-868-apmail-incubator-adffaces-user-archive=incubator.apache.org@incubator.apache.org Wed Sep 06 18:21:14 2006 Return-Path: Delivered-To: apmail-incubator-adffaces-user-archive@locus.apache.org Received: (qmail 22764 invoked from network); 6 Sep 2006 18:21:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Sep 2006 18:21:10 -0000 Received: (qmail 87448 invoked by uid 500); 6 Sep 2006 18:21:09 -0000 Delivered-To: apmail-incubator-adffaces-user-archive@incubator.apache.org Received: (qmail 87433 invoked by uid 500); 6 Sep 2006 18:21:09 -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 87423 invoked by uid 99); 6 Sep 2006 18:21:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 11:21:09 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 11:21:06 -0700 Received: from qxvcexch01.ad.quovadx.com (qxvcexch01.ad.quovadx.com [192.168.170.59]) by moroha.quovadx.com (8.13.6/8.13.4) with ESMTP id k86IKi02022887 for ; Wed, 6 Sep 2006 18:20:44 GMT X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Looking for "container" tag Date: Wed, 6 Sep 2006 12:25:38 -0600 Message-ID: <820E9D2DE5261D45B6D5E9BFF0984C667C1EB4@qxvcexch01.ad.quovadx.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Looking for "container" tag Thread-Index: AcbRvw6spCbLYgU6QNaNPBPpEPG02QACFchgAAaLuwA= From: "Daniel Hannum" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N panelGroupLayout did the trick, and most importantly, it didn't impose = any layout changes. It's an invisible container of components. Just what = I wanted. Thanks. -----Original Message----- From: G=FCnther, Thorsten [mailto:Thorsten.Guenther@medocino.de]=20 Sent: Wednesday, September 06, 2006 11:21 AM To: adffaces-user@incubator.apache.org Subject: AW: Looking for "container" tag Hi! I took a for that, but perhaps it's not the ideal choice. = or should do it also. Bye, Thorsten -----Urspr=FCngliche Nachricht----- Von: Daniel Hannum [mailto:dhannum@quovadx.com]=20 Gesendet: Mittwoch, 6. September 2006 16:17 An: adffaces-user@incubator.apache.org Betreff: Looking for "container" tag Hi, I'm trying to make components change there "rendered" status based on a dropdown. I found this article: =20 http://groundside.com/blog/GrantRonald.php?title=3Dconditional_rendering_= o f_jsf_fields_depe&more=3D1&c=3D1&tb=3D1&pb=3D1 =20 This isn't hard. I know how to do autoSubmit and partialTriggers and all. The difficulty is that you need to set partialTriggers on the PARENT component because if a component is not rendered, it doesn't listen for events. So what I want is a simple "container" component (kinda like a div) that I can just put my child components inside of, and set partialTriggers on. =20 Is there such a component? I think a panelGrid with one item inside it would do it, or maybe a panelGroup, but those aren't ADF, so you can't use partialTriggers on them. Ideas? I'm going to look more at the component list, but I didn't see something simple like what I want. =20 Thanks. Dan