Author: drobiazko
Date: Thu Oct 21 15:48:21 2010
New Revision: 1026033

URL: http://svn.apache.org/viewvc?rev=1026033&view=rev
Log:
Fixing the problem introduced in revision r1025793.

Modified:
    
tapestry/tapestry5/trunk/tapestry-beanvalidator/src/test/java/org/example/testapp/pages/FormValidationDemo.java
    
tapestry/tapestry5/trunk/tapestry-beanvalidator/src/test/webapp/FormValidationDemo.tml

Modified: 
tapestry/tapestry5/trunk/tapestry-beanvalidator/src/test/java/org/example/testapp/pages/FormValidationDemo.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-beanvalidator/src/test/java/org/example/testapp/pages/FormValidationDemo.java?rev=1026033&r1=1026032&r2=1026033&view=diff
==============================================================================
--- 
tapestry/tapestry5/trunk/tapestry-beanvalidator/src/test/java/org/example/testapp/pages/FormValidationDemo.java
 (original)
+++ 
tapestry/tapestry5/trunk/tapestry-beanvalidator/src/test/java/org/example/testapp/pages/FormValidationDemo.java
 Thu Oct 21 15:48:21 2010
@@ -61,9 +61,4 @@ public class FormValidationDemo 
                return new StringValueEncoder();
        }
        
-       public boolean getClientValidationEnabled()
-       {
-               return false;
-       }
-       
 }

Modified: 
tapestry/tapestry5/trunk/tapestry-beanvalidator/src/test/webapp/FormValidationDemo.tml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-beanvalidator/src/test/webapp/FormValidationDemo.tml?rev=1026033&r1=1026032&r2=1026033&view=diff
==============================================================================
--- 
tapestry/tapestry5/trunk/tapestry-beanvalidator/src/test/webapp/FormValidationDemo.tml
 (original)
+++ 
tapestry/tapestry5/trunk/tapestry-beanvalidator/src/test/webapp/FormValidationDemo.tml
 Thu Oct 21 15:48:21 2010
@@ -1,6 +1,6 @@
 <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd";>
     <body>
-        <t:form clientValidation="clientValidationEnabled">
+        <t:form clientValidation="false">
                <t:errors/>
                
                <br/>


Reply via email to