Return-Path: Delivered-To: apmail-struts-commits-archive@locus.apache.org Received: (qmail 88546 invoked from network); 26 Jun 2006 16:30:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jun 2006 16:30:10 -0000 Received: (qmail 29183 invoked by uid 500); 26 Jun 2006 16:30:07 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 29133 invoked by uid 500); 26 Jun 2006 16:30:07 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 29124 invoked by uid 99); 26 Jun 2006 16:30:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jun 2006 09:30:07 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jun 2006 09:30:06 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id C05201A983A; Mon, 26 Jun 2006 09:29:44 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r417226 - /struts/action2/trunk/core/src/main/resources/org/apache/struts/action2/static/dojo/struts/widgets/Bind.js Date: Mon, 26 Jun 2006 16:29:44 -0000 To: commits@struts.apache.org From: tmjee@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060626162944.C05201A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: tmjee Date: Mon Jun 26 09:29:43 2006 New Revision: 417226 URL: http://svn.apache.org/viewvc?rev=417226&view=rev Log: - WW-1362 - make topic publish contains the source html id attribute value as the argument Modified: struts/action2/trunk/core/src/main/resources/org/apache/struts/action2/static/dojo/struts/widgets/Bind.js Modified: struts/action2/trunk/core/src/main/resources/org/apache/struts/action2/static/dojo/struts/widgets/Bind.js URL: http://svn.apache.org/viewvc/struts/action2/trunk/core/src/main/resources/org/apache/struts/action2/static/dojo/struts/widgets/Bind.js?rev=417226&r1=417225&r2=417226&view=diff ============================================================================== --- struts/action2/trunk/core/src/main/resources/org/apache/struts/action2/static/dojo/struts/widgets/Bind.js (original) +++ struts/action2/trunk/core/src/main/resources/org/apache/struts/action2/static/dojo/struts/widgets/Bind.js Mon Jun 26 09:29:43 2006 @@ -173,7 +173,8 @@ for (var i=0; i < nt.length; i++) { var topic = trim(nt[i]); dojo.debug('notifying [' + topic + ']'); - dojo.event.topic.publish( topic, "notify" ); + //dojo.event.topic.publish( topic, "notify" ); + dojo.event.topic.publish(topic, self.id); } }