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 2013/01/11 10:02:49 UTC

git commit: WICKET-4961 test serialize elements of parental forms

Updated Branches:
  refs/heads/master a33cc473e -> 40b8e890b


WICKET-4961 test serialize elements of parental forms


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

Branch: refs/heads/master
Commit: 40b8e890b8067c1f8575378cd891d2fc7712d227
Parents: a33cc47
Author: svenmeier <sv...@apache.org>
Authored: Fri Jan 11 10:02:18 2013 +0100
Committer: svenmeier <sv...@apache.org>
Committed: Fri Jan 11 10:02:18 2013 +0100

----------------------------------------------------------------------
 wicket-core/src/test/js/form.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/40b8e890/wicket-core/src/test/js/form.js
----------------------------------------------------------------------
diff --git a/wicket-core/src/test/js/form.js b/wicket-core/src/test/js/form.js
index bf298b2..462526f 100644
--- a/wicket-core/src/test/js/form.js
+++ b/wicket-core/src/test/js/form.js
@@ -178,8 +178,8 @@ jQuery(document).ready(function() {
 
 		var $nestedForm = jQuery(
 			"<form>" +
+				"<input type='text' name='textInput' value='textInputValue'/>" +
 				"<div id='nestedForm'>" +
-					"<input type='text' name='textInput' value='textInputValue'/>" +
 					"<input type='checkbox' name='checkboxInput' value='checkboxInputValue' checked/>" +
 					"<input type='checkbox' name='checkboxInput' value='checkboxInputValue' checked/>" + // second time
 					"<input type='radio' name='radioInput' value='radioInputValue' checked/>" +