This form uses org.apache.wicket.ajax.AjaxPreventSubmitBehavior to prevent the submit event
            when ENTER key is pressed.
            Without this special behavior the browser will trigger the submit JavaScript event on the first
            <input type="submit"/> form element.