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))
{