You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2011/10/18 00:38:00 UTC

svn commit: r1185415 - /tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js

Author: hlship
Date: Mon Oct 17 22:38:00 2011
New Revision: 1185415

URL: http://svn.apache.org/viewvc?rev=1185415&view=rev
Log:
TAP5-1612: Tapestry.updateZoneOnEvent() has a poorly formatted message when the element is not found

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js?rev=1185415&r1=1185414&r2=1185415&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tapestry.js Mon Oct 17 22:38:00 2011
@@ -1028,7 +1028,7 @@ T5.extendInitializers({
         if (!zoneElement) {
             Tapestry
                 .error(
-                "Could not find zone element '#{zoneId}' to update on #{eventName} of element '#{elementId}",
+                "Could not find zone element '#{zoneId}' to update on #{eventName} of element '#{elementId}'.",
                 {
                     zoneId : zoneId,
                     eventName : eventName,