Updated Branches: refs/heads/5.4-js-rewrite 168b13d8b -> a7af05be5
Change clientValidation=false to clientValidation=none Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/a7af05be Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/a7af05be Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/a7af05be Branch: refs/heads/5.4-js-rewrite Commit: a7af05be59780b06f9a7387a006b6d7e36ed09a3 Parents: 168b13d Author: Howard M. Lewis Ship <[email protected]> Authored: Wed Aug 15 10:04:21 2012 -0700 Committer: Howard M. Lewis Ship <[email protected]> Committed: Wed Aug 15 10:04:21 2012 -0700 ---------------------------------------------------------------------- .../integration/app1/pages/FormFragmentDemo.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/a7af05be/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/FormFragmentDemo.java ---------------------------------------------------------------------- diff --git a/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/FormFragmentDemo.java b/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/FormFragmentDemo.java index bec6691..3699420 100644 --- a/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/FormFragmentDemo.java +++ b/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/FormFragmentDemo.java @@ -29,7 +29,7 @@ public class FormFragmentDemo private boolean subscribeToEmail, codeVisible, subVisible = true; @Component(parameters = - {"clientValidation=false"}) + {"clientValidation=none"}) private Form form; @InjectPage
