Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 67402 invoked from network); 13 Sep 2005 22:34:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Sep 2005 22:34:48 -0000 Received: (qmail 19402 invoked by uid 500); 13 Sep 2005 22:34:47 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 19358 invoked by uid 500); 13 Sep 2005 22:34:46 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 19342 invoked by uid 99); 13 Sep 2005 22:34:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2005 15:34:46 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS,FORGED_RCVD_HELO,FROM_ENDS_IN_NUMS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [144.160.20.36] (HELO sbcsmtp6.sbc.com) (144.160.20.36) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2005 15:34:57 -0700 Received: from sbc.com (localhost [127.0.0.1]) by sbcsmtp6.sbc.com (8.12.10/8.12.10) with ESMTP id j8DMYiPf022428 for ; Tue, 13 Sep 2005 18:34:44 -0400 (EDT) Received: from MISOUT7MSGHUB12.ITServices.sbc.com (misout7msghub12.itservices.sbc.com [144.155.106.139]) by sbcsmtp6.sbc.com (8.12.10/8.12.10) with ESMTP id j8DMYfb4022412 for ; Tue, 13 Sep 2005 18:34:41 -0400 (EDT) Received: from ilnort1msgusr15.ITServices.sbc.com ([144.158.5.139]) by MISOUT7MSGHUB12.ITServices.sbc.com with Microsoft SMTPSVC(6.0.3790.211); Tue, 13 Sep 2005 18:34:40 -0400 X-MIMEOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Encoding a field's id attribute Date: Tue, 13 Sep 2005 17:34:40 -0500 Message-ID: <67538F65C12991418BE2801290008A070134CD5A@ilnort1msgusr15.ITServices.sbc.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Encoding a field's id attribute Thread-Index: AcW4sfXcph6WNCSXQhWxzPBKSS2ZvwAAUQCg From: "CONNER, BRENDAN \(SBCSI\)" To: "MyFaces Development" X-OriginalArrivalTime: 13 Sep 2005 22:34:41.0079 (UTC) FILETIME=[54C52470:01C5B8B3] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Never mind. Silly question. I just do getClientId(FacesContext). - Brendan > -----Original Message----- > From: CONNER, BRENDAN (SBCSI) =20 > Sent: Tuesday, September 13, 2005 5:25 PM > To: 'MyFaces Development' > Subject: Encoding a field's id attribute >=20 > I'm constructing a custom component, and I would like its id to be the > familiar colon-separated format (e.g., subview:form:id), and I also > would like the id to have the row index included it if it occurs > inside a table (e.g., view:form:table_0:id). >=20 > Is there some encapsulated way to have an ID of the above form > generated in my custom component, or does it have to do some sort of > tortured manual logic to construct its id? >=20 > - Brendan