Form Binding Request
constructor(form: Form, outputClass: Class<O>, population: O? = null, validationErrors: List<ValidationError> = emptyList(), persistent: Boolean = false)
Parameters
O
the class to bind the form submission to
form
the form to present to the user
output Class
the class to bind the form submission to
population
an optional instance to pre-populate the form
validation Errors
optional validation errors to display on the form
persistent
whether this request should be persisted