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:46:20 UTC

[2/2] wicket git commit: WICKET-5993 change type attribute if submit only

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/796d9418
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/796d9418
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/796d9418

Branch: refs/heads/master
Commit: 796d9418d336dc0b278260fd27331194ee4d8f83
Parents: 672f9f7
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:43: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/796d9418/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>