Return-Path: Delivered-To: apmail-incubator-beehive-user-archive@www.apache.org Received: (qmail 54791 invoked from network); 23 May 2005 20:40:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 May 2005 20:40:52 -0000 Received: (qmail 78672 invoked by uid 500); 23 May 2005 20:40:51 -0000 Delivered-To: apmail-incubator-beehive-user-archive@incubator.apache.org Received: (qmail 78589 invoked by uid 500); 23 May 2005 20:40:51 -0000 Mailing-List: contact beehive-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Users" Delivered-To: mailing list beehive-user@incubator.apache.org Received: (qmail 78570 invoked by uid 99); 23 May 2005 20:40:50 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from ussjmh01.bea.com (HELO ussjmh01.bea.com) (63.96.162.5) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 23 May 2005 13:40:49 -0700 Received: from ussjfe02.amer.bea.com (ussjfe02.bea.com [172.16.120.52]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j4NKek4w000387 for ; Mon, 23 May 2005 13:40:46 -0700 Received: from USBOEX01.amer.bea.com ([10.36.32.15]) by ussjfe02.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Mon, 23 May 2005 13:40:55 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C55FD7.B6AC7686" Subject: tree element access in netui tree tag Date: Mon, 23 May 2005 14:40:53 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: tree element access in netui tree tag Thread-Index: AcVf162n52LDPAchQViwgK2f0CY/pw== From: "Yongqin Xu" To: X-OriginalArrivalTime: 23 May 2005 20:40:55.0500 (UTC) FILETIME=[B7BAB0C0:01C55FD7] X-PMX-Version: 4.7.0.111621, Antispam-Engine: 2.0.2.0, Antispam-Data: 2005.5.23.23 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C55FD7.B6AC7686 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, everyone: =20 I am developing an app using netui tree tag. I need to display the detail content of each leaf element (a customerized value object) when I click it. I know the has "action" attribute that let you define a action method in your JPF. Similarly, TreeElement class also has "setAction(String)" to let you specify your action method. But how do I=20 efficiently capture which element inside the action method when I click that item? =20 any thought? =20 thanks =20 ------_=_NextPart_001_01C55FD7.B6AC7686--