You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by th...@apache.org on 2014/05/31 06:07:57 UTC

git commit: TAP5-2259 : Select should allow secure=never, but requires secure=literal:never

Repository: tapestry-5
Updated Branches:
  refs/heads/master edb93e7da -> 05be6ec9b


TAP5-2259 : Select should allow secure=never, but requires secure=literal:never


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

Branch: refs/heads/master
Commit: 05be6ec9b6262c0fbe1fd38814667954a72cf7d5
Parents: edb93e7
Author: Thiago H. de Paula Figueiredo <th...@apache.org>
Authored: Sat May 31 01:07:41 2014 -0300
Committer: Thiago H. de Paula Figueiredo <th...@apache.org>
Committed: Sat May 31 01:07:41 2014 -0300

----------------------------------------------------------------------
 .../main/java/org/apache/tapestry5/corelib/components/Select.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/05be6ec9/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Select.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Select.java b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Select.java
index cbc2993..7c13a46 100644
--- a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Select.java
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Select.java
@@ -90,7 +90,7 @@ public class Select extends AbstractField
      *
      * @since 5.4
      */
-    @Parameter(value = BindingConstants.SYMBOL + ":" + ComponentParameterConstants.VALIDATE_WITH_MODEL)
+    @Parameter(value = BindingConstants.SYMBOL + ":" + ComponentParameterConstants.VALIDATE_WITH_MODEL, defaultPrefix = BindingConstants.LITERAL)
     private SecureOption secure;
 
     /**