Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 593 invoked from network); 2 Mar 2010 17:37:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Mar 2010 17:37:44 -0000 Received: (qmail 95936 invoked by uid 500); 2 Mar 2010 17:37:39 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 95840 invoked by uid 500); 2 Mar 2010 17:37:38 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 95832 invoked by uid 99); 2 Mar 2010 17:37:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Mar 2010 17:37:38 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tomasz.piechowicz@gmail.com designates 209.85.220.211 as permitted sender) Received: from [209.85.220.211] (HELO mail-fx0-f211.google.com) (209.85.220.211) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Mar 2010 17:37:30 +0000 Received: by fxm3 with SMTP id 3so495195fxm.18 for ; Tue, 02 Mar 2010 09:37:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=8wiPjGUxom1g+SrXAKDfXZs1oP1gvvW/Cshcgw/sG0I=; b=KFX1ceWGL8D8ILaY2/i0NcgQI+H7wMOpvZgRp76I58rXT8/neLOkJkZPD3VxCtcaXs OLKPmuvzISycLEiXXdaLtN6US7GOXu5g+vsBt7+rjDYAlvAK0uDQI0bLyR1jpdoc40ug PJj5W+yHFYu0+YIrlNIhu1i2w8hgiXpHLpcLI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=saaxqL2wsyVy/3Qh1uTQzSpBJVru3RtDw6lERgg2sOkkv/5rV4CWKTqBY5VXqljIy0 wqjQ8iowQ+4d6QmgkBMQnFH1Lmsdbo7lc7g9eMPE6a62zGUj4e5FZXv82Ayt9241XhxO UTCRainEDYFS9JjEQI8l0PL3fW0GRpGCnXRtw= Received: by 10.87.15.40 with SMTP id s40mr126102fgi.6.1267551428746; Tue, 02 Mar 2010 09:37:08 -0800 (PST) Received: from chello089079244190.chello.pl (chello089079244190.chello.pl [89.79.244.190]) by mx.google.com with ESMTPS id 16sm2971232fxm.7.2010.03.02.09.37.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 02 Mar 2010 09:37:08 -0800 (PST) Message-ID: <4B8D4D1C.9080608@gmail.com> Date: Tue, 02 Mar 2010 18:38:36 +0100 From: Tomek Piechowicz User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: users@cocoon.apache.org Subject: Multivaluefield - on-value-changed event fires only once Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Hi. I have form with multivaluefield widget. Definition is as follows: Lectures: var form = event.source.form; var console = cocoon.createObject(Packages.pl.com.piechowicz.PeoxProject.ConsoleUtil); console.println('Value changed in questions'); I`m using "double-listbox" styling and I would like to handle value-change event, but when I move an item between lists event handler fires only first time. I see no errors in jetty console or js console in browser. When I changed styling to "checkbox" value-change event doesn`t fire. Any ideas ? Regards, Tomek Piechowicz --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org