Remove autofocus, because it made the examples jump to that field

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

Branch: refs/heads/master
Commit: 39c3f845025fb2b959249626ea1d4ee079cbc31a
Parents: d7028ad
Author: Martijn Dashorst <[email protected]>
Authored: Sat Aug 18 11:46:31 2012 +0200
Committer: Martijn Dashorst <[email protected]>
Committed: Sat Aug 18 11:47:14 2012 +0200

----------------------------------------------------------------------
 .../examples/basic/guestbook/GuestbookPage.html    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/39c3f845/wicket-experimental/wicket-examples-parent/wicket-examples-jar/src/main/java/org/apache/wicket/examples/basic/guestbook/GuestbookPage.html
----------------------------------------------------------------------
diff --git 
a/wicket-experimental/wicket-examples-parent/wicket-examples-jar/src/main/java/org/apache/wicket/examples/basic/guestbook/GuestbookPage.html
 
b/wicket-experimental/wicket-examples-parent/wicket-examples-jar/src/main/java/org/apache/wicket/examples/basic/guestbook/GuestbookPage.html
index 4eeb373..150bf56 100644
--- 
a/wicket-experimental/wicket-examples-parent/wicket-examples-jar/src/main/java/org/apache/wicket/examples/basic/guestbook/GuestbookPage.html
+++ 
b/wicket-experimental/wicket-examples-parent/wicket-examples-jar/src/main/java/org/apache/wicket/examples/basic/guestbook/GuestbookPage.html
@@ -14,7 +14,7 @@
                <div class="control-group">
                        <label class="control-label" for="comment">Add a 
comment</label>
                        <div class="controls">
-                               <textarea id="comment" autofocus 
wicket:id="comment" cols="72" rows="6"></textarea>
+                               <textarea id="comment" wicket:id="comment" 
cols="72" rows="6"></textarea>
                        </div>
                </div>
                <div class="control-group">

Reply via email to