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 2013/10/15 03:20:54 UTC

svn commit: r882645 - in /websites/production/tapestry/content: cache/main.pageCache forms-and-validation.html

Author: buildbot
Date: Tue Oct 15 01:20:53 2013
New Revision: 882645

Log:
Production update by buildbot for tapestry

Modified:
    websites/production/tapestry/content/cache/main.pageCache
    websites/production/tapestry/content/forms-and-validation.html

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

Modified: websites/production/tapestry/content/forms-and-validation.html
==============================================================================
--- websites/production/tapestry/content/forms-and-validation.html (original)
+++ websites/production/tapestry/content/forms-and-validation.html Tue Oct 15 01:20:53 2013
@@ -168,7 +168,7 @@ public class Login
     /**
      * Do the cross-field validation
      */
-    void onValidateFromForm()
+    void onValidateFromLoginForm()
     {
         if (!authenticator.isValid(userName, password))
         {