Reset Form Action
class ResetFormAction(fieldNames: List<String>, excludeFormFields: Boolean, subActions: List<Action> = emptyList()) : AbstractFormAction
Resets one or more form fields to their default value.
Parameters
field Names
The names of the form fields to reset (or exclude, depending on excludeFormFields).
exclude Form Fields
If true, all fields except those named in fieldNames are reset. If false, only the fields named in fieldNames are reset.
sub Actions
Additional actions to execute after this action completes.