You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by sv...@apache.org on 2015/10/06 00:45:57 UTC

wicket git commit: WICKET-5993 change type attribute if submit only

Repository: wicket
Updated Branches:
  refs/heads/wicket-7.x e5e2cdade -> 56c209e69


WICKET-5993 change type attribute if submit only


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/56c209e6
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/56c209e6
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/56c209e6

Branch: refs/heads/wicket-7.x
Commit: 56c209e6986be98abe8c4f5f866267512f11cc95
Parents: e5e2cda
Author: Sven Meier <sv...@apache.org>
Authored: Tue Oct 6 00:41:04 2015 +0200
Committer: Sven Meier <sv...@apache.org>
Committed: Tue Oct 6 00:41:04 2015 +0200

----------------------------------------------------------------------
 .../java/org/apache/wicket/ajax/markup/html/form/HomePage.html     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/56c209e6/wicket-core/src/test/java/org/apache/wicket/ajax/markup/html/form/HomePage.html
----------------------------------------------------------------------
diff --git a/wicket-core/src/test/java/org/apache/wicket/ajax/markup/html/form/HomePage.html b/wicket-core/src/test/java/org/apache/wicket/ajax/markup/html/form/HomePage.html
index 6a7eb7e..cf581fb 100644
--- a/wicket-core/src/test/java/org/apache/wicket/ajax/markup/html/form/HomePage.html
+++ b/wicket-core/src/test/java/org/apache/wicket/ajax/markup/html/form/HomePage.html
@@ -8,7 +8,7 @@
         <span wicket:id="message">message will be here</span>
         
         <form wicket:id="form">
-          <input type="submit" wicket:id="cancel" value="Submit"/>
+          <input type="image" wicket:id="cancel" value="Submit"/>
           <input type="submit" wicket:id="submit" value="Submit"/>
         </form>