validate-values ( assoc validators -- )
Furnace framework » Furnace presentation layer » HTML forms » HTML form infrastructure

Prev:validation-failed? ( -- ? )


Vocabulary
html.forms

Inputs
assocan assoc
validatorsan assoc mapping value names to quotations


Outputs
None

Word description
Validates values in the assoc by looking up the corresponding validation quotation, and storing the results in named values of the current form.

See also
validate-params

Definition