You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by bu...@apache.org on 2016/03/03 02:19:48 UTC

svn commit: r981706 - in /websites/production/tapestry/content: ajax-and-zones.html cache/main.pageCache

Author: buildbot
Date: Thu Mar  3 01:19:47 2016
New Revision: 981706

Log:
Production update by buildbot for tapestry

Modified:
    websites/production/tapestry/content/ajax-and-zones.html
    websites/production/tapestry/content/cache/main.pageCache

Modified: websites/production/tapestry/content/ajax-and-zones.html
==============================================================================
--- websites/production/tapestry/content/ajax-and-zones.html (original)
+++ websites/production/tapestry/content/ajax-and-zones.html Thu Mar  3 01:19:47 2016
@@ -179,7 +179,7 @@ private Request request;
 @InjectComponent
 private Zone myZone;
 ...
-Object onClickFromSomeLink()
+Object onActionFromSomeLink()
 {
    return myZone.getBody(); // AJAX request, return zone's own body
 } 
@@ -191,7 +191,7 @@ private Request request;
 @InjectComponent
 private Zone myZone;
 ...
-Object onClickFromSomeLink()
+Object onActionFromSomeLink()
 {
     // return either the zone body (ajax) or whole page (non-ajax)
     return request.isXHR() ? myZone.getBody() : null;

Modified: websites/production/tapestry/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.