Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 33124 invoked from network); 27 Aug 2006 11:33:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Aug 2006 11:33:16 -0000 Received: (qmail 38523 invoked by uid 500); 27 Aug 2006 11:33:13 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 38479 invoked by uid 500); 27 Aug 2006 11:33:13 -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 38468 invoked by uid 99); 27 Aug 2006 11:33:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Aug 2006 04:33:13 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of igorya@gmail.com designates 64.233.182.189 as permitted sender) Received: from [64.233.182.189] (HELO nf-out-0910.google.com) (64.233.182.189) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Aug 2006 04:33:12 -0700 Received: by nf-out-0910.google.com with SMTP id x4so1186947nfb for ; Sun, 27 Aug 2006 04:32:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=IYZFpT+936V/zU5qkPZMIcR2s+NLByiYyeCrnU0Fh2oZckBlySIcO0m1p4nNH6x089wHRCfvUTW7JulRYXgG4Qtl+5SyZUxljCUg4ew7fA4HkJutadNBAIc7FsGaPkpsgh3WXJZIi6n9FMDdhCw/1xdiA++hwI2d/GA4N5FKSao= Received: by 10.48.162.15 with SMTP id k15mr7691168nfe; Sun, 27 Aug 2006 04:32:50 -0700 (PDT) Received: by 10.48.213.13 with HTTP; Sun, 27 Aug 2006 04:32:50 -0700 (PDT) Message-ID: <9874a4fa0608270432q3ec26481xb4451154597377f6@mail.gmail.com> Date: Sun, 27 Aug 2006 13:32:50 +0200 From: "Igor Laberov" To: users@myfaces.apache.org Subject: Using components ID in javascript MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi all, I tried to make the following: "Click" event on cell in the table (plain html table), should update value of hidden input (which is defined as ) using written JS function. When I see in generated html code, I find that id of this hidden input has prefix "_id7:" The question is: how components IDs may be used inside of JS? Thank you. Igor Laberov.