FormBindingRequest

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

outputClass

the class to bind the form submission to

population

an optional instance to pre-populate the form

validationErrors

optional validation errors to display on the form

persistent

whether this request should be persisted