(no commit message)
[utils] / wicket / components / src / test / resources / org / wamblee / wicket / MyPage.html
1 <html
2         xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
3 <head>
4 <wicket:head>
5 </wicket:head>
6 </head>
7 <body>
8
9 My Test Page
10
11 <form wicket:id="form">
12     <input type="submit" value="Ok" method="post" /></form>
13
14 <span wicket:id="label">text</span>
15 </body>
16 </html>