Form Input

Every form input field has an associated descriptive label and an entry field.

<div class = "input">    
  <label> <wicket:message key = "[labelkey]"/> <span class = "required"> * </span></label>    
  <input class = "text" wicket:id = "field" />   
</div>
Note: You need not annotate an asterisk with the text "* indicates a required field."