DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Note the call to getRootForm. Technically, this is only required in nested forms.
If you would like to bypass validation altogether you can do so by:
| Code Block |
|---|
new Button("submit").setDefaultFormProcessing(false);
|
CheckBox
In this recipe, the field is only required when a checkbox on the form is checked:
...