Add events to Palette component so that client-side can choose to accept or 
veto a change to the selection


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/f02a205e
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/f02a205e
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/f02a205e

Branch: refs/heads/master
Commit: f02a205eb19e314a9536352c401b7c2288b52797
Parents: a5df755
Author: Howard M. Lewis Ship <[email protected]>
Authored: Mon Jun 10 17:33:37 2013 -0700
Committer: Howard M. Lewis Ship <[email protected]>
Committed: Mon Jun 10 17:33:37 2013 -0700

----------------------------------------------------------------------
 .../integration/TapestryBeanValidationIntegrationTests.java    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/f02a205e/tapestry-beanvalidator/src/test/java/org/apache/tapestry5/beanvalidator/integration/TapestryBeanValidationIntegrationTests.java
----------------------------------------------------------------------
diff --git 
a/tapestry-beanvalidator/src/test/java/org/apache/tapestry5/beanvalidator/integration/TapestryBeanValidationIntegrationTests.java
 
b/tapestry-beanvalidator/src/test/java/org/apache/tapestry5/beanvalidator/integration/TapestryBeanValidationIntegrationTests.java
index 248c24e..a81cc83 100644
--- 
a/tapestry-beanvalidator/src/test/java/org/apache/tapestry5/beanvalidator/integration/TapestryBeanValidationIntegrationTests.java
+++ 
b/tapestry-beanvalidator/src/test/java/org/apache/tapestry5/beanvalidator/integration/TapestryBeanValidationIntegrationTests.java
@@ -1,4 +1,4 @@
-// Copyright 2009, 2010, 2012 The Apache Software Foundation
+// Copyright 2009-2013 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -21,9 +21,9 @@ import org.testng.annotations.Test;
 @TapestryTestConfiguration(webAppFolder = "src/test/webapp")
 public class TapestryBeanValidationIntegrationTests extends SeleniumTestCase
 {
-    public static final String AVAILABLE_OPTIONS = "css=.t-palette-available 
select";
+    public static final String AVAILABLE_OPTIONS = "css=.palette-available 
select";
 
-    public static final String SELECT_BUTTON = "css=.t-palette 
[data-action=select]";
+    public static final String SELECT_BUTTON = "css=.palette 
[data-action=select]";
 
     @Test
     public void form_validation() throws Exception

Reply via email to