blob: 5aed66fab5dc1311764a6b7253f84cd7bc1a3b81 [file] [log] [blame]
<html xmlns:wicket>
<body>
<form wicket:id="form" id="form1" method="post" action="./page?3-4.-form">
<!-- does Wicket behave different if the enclosure child is a FormComponent?? Needs testing -->
<wicket:enclosure child="label">
<span wicket:id="label"></span>
</wicket:enclosure>
</form>
</body>
</html>