From 7c3b64eb7b7f91b83c06cde220a98e5724977ea4 Mon Sep 17 00:00:00 2001 From: erik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0> Date: Sat, 28 Aug 2010 20:16:27 +0000 Subject: [PATCH] --- .../components/src/test/resources/org/wamblee/wicket/MyPage.html | 1 + 1 file changed, 1 insertion(+) diff --git a/wicket/components/src/test/resources/org/wamblee/wicket/MyPage.html b/wicket/components/src/test/resources/org/wamblee/wicket/MyPage.html index 04bea2a9..2a7eebc0 100644 --- a/wicket/components/src/test/resources/org/wamblee/wicket/MyPage.html +++ b/wicket/components/src/test/resources/org/wamblee/wicket/MyPage.html @@ -11,5 +11,6 @@ My Test Page <form wicket:id="form"> <input type="submit" value="Ok" method="post" /></form> +<span wicket:id="label">text</span> </body> </html> -- 2.31.1