My mistake; I only ran the tapestry-core tests.

On Thu, Oct 21, 2010 at 8:48 AM,  <[email protected]> wrote:
> 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/>
>
>
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to