<p>
A Form is a component that has special interaction with nested form components.
Form components are components that extend from wicket.markup.html.form.FormComponent,
and which are called controls in the HTML specification.
</p>
<p>
This Form itself. It has nested controls, .
</p>
<p>
<form wicket:id="form">
<input type="submit" value="click me to submit the form and display a message" />
</form>
<span wicket:id="feedback">feedbackmessages will be put here</span>
</p>
<span wicket:id="explainPanel">panel contents come here</span>
<a href="" wicket:id="link1">this link is clicked <span wicket:id="angosso.com/index.html/accueil[www.angosso.com/index.html|www.angosso.com/index.html|externalFix.extensions]">n</span> times</a>
</body>
</html>