From adffaces-user-return-1633-apmail-incubator-adffaces-user-archive=incubator.apache.org@incubator.apache.org Wed Dec 20 00:08:01 2006 Return-Path: Delivered-To: apmail-incubator-adffaces-user-archive@locus.apache.org Received: (qmail 17526 invoked from network); 20 Dec 2006 00:08:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Dec 2006 00:08:01 -0000 Received: (qmail 17822 invoked by uid 500); 20 Dec 2006 00:08:08 -0000 Delivered-To: apmail-incubator-adffaces-user-archive@incubator.apache.org Received: (qmail 17797 invoked by uid 500); 20 Dec 2006 00:08:08 -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 17788 invoked by uid 99); 20 Dec 2006 00:08:08 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Dec 2006 16:08:08 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of cbarretto@ilog.com designates 208.238.0.2 as permitted sender) Received: from [208.238.0.2] (HELO iloginc.ilog.com) (208.238.0.2) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Dec 2006 16:07:57 -0800 Received: from mvmbx01.ilog.biz (mvmbx01.ilog.biz [172.22.180.4]) by iloginc.ilog.com (8.13.3/8.13.3) with ESMTP id kBK07XnD007991 for ; Tue, 19 Dec 2006 16:07:33 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C723CA.F648724C" Subject: Force Update on Tree and Table Date: Tue, 19 Dec 2006 16:08:19 -0800 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Force Update on Tree and Table Thread-Index: AccjyvRG3G8i+RwyQYOuNQENnw/b6A== From: "Cleo Barretto" To: X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C723CA.F648724C Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, =20 I am trying to update the client side representation of the table given a click on a tree node (and vice-versa). I cannot assign triggers as the table cell content and tree nodes are stamped so I do not know their IDs ahead of time. So added an onclick handler on the nodes and cell content so that when clicked it triggers a click on an invisible link that I can actually link the tree and table via partial triggers. =20 The problem that I am having is that this onclick handler is not being called in IE 6 - SP2. On Firefox 1.5 it works ok. =20 Questions: =20 1- Have you seen this problem already?=20 =20 2- Is there a way to force the update of the client side representation of the tree and table manually assuming I know the ID set on them via the "id" attribute in the JSP file? =20 3- Is there a better way to do this without a full refresh? =20 Thanks in advance, Cleo=20 =20 PS: Note that we are still using the / components ------_=_NextPart_001_01C723CA.F648724C--