Updated Branches:
  refs/heads/master 2830edaac -> bc5ec7334

WICKET-4286 on Wicket 6 component error results in state change, thus changing 
the page id (this is not rendering)


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

Branch: refs/heads/master
Commit: bc5ec7334c1a37ef6273ea2d02d393ede1faaa06
Parents: 2830eda
Author: Sven Meier <svenme...@apache.org>
Authored: Fri Apr 27 01:13:44 2012 +0200
Committer: Sven Meier <svenme...@apache.org>
Committed: Fri Apr 27 01:13:44 2012 +0200

----------------------------------------------------------------------
 .../FeedbackIndicatorFormPage_result2.html         |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/bc5ec733/wicket-core/src/test/java/org/apache/wicket/markup/html/form/feedback/FeedbackIndicatorFormPage_result2.html
----------------------------------------------------------------------
diff --git 
a/wicket-core/src/test/java/org/apache/wicket/markup/html/form/feedback/FeedbackIndicatorFormPage_result2.html
 
b/wicket-core/src/test/java/org/apache/wicket/markup/html/form/feedback/FeedbackIndicatorFormPage_result2.html
index 3a45a23..9173c87 100644
--- 
a/wicket-core/src/test/java/org/apache/wicket/markup/html/form/feedback/FeedbackIndicatorFormPage_result2.html
+++ 
b/wicket-core/src/test/java/org/apache/wicket/markup/html/form/feedback/FeedbackIndicatorFormPage_result2.html
@@ -1,6 +1,6 @@
 <html>
 <body>
-<form wicket:id="form" id="form1" method="post" 
action="../page?0-2.IFormSubmitListener-form"><div 
style="width:0px;height:0px;position:absolute;left:-100px;top:-100px;overflow:hidden"><input
 type="hidden" name="form1_hf_0" id="form1_hf_0" /></div>
+<form wicket:id="form" id="form1" method="post" 
action="../page?1-2.IFormSubmitListener-form"><div 
style="width:0px;height:0px;position:absolute;left:-100px;top:-100px;overflow:hidden"><input
 type="hidden" name="form1_hf_0" id="form1_hf_0" /></div>
        <input type="text" wicket:id="input" value="" name="input">
 <span wicket:id="feedback"><wicket:panel><span 
style="color:red;">*</span></wicket:panel></span>
 </form>

Reply via email to