validation-failed ( -- * )
Furnace framework » Furnace actions » Form validation with actions

Prev:validate-params ( validators -- )


Vocabulary
furnace.actions

Word description
Stops processing the current request and takes action depending on the type of the current request:
For GET or HEAD requests, the client receives a <400> response.
For POST requests, the client is sent back to the page containing the form submission, with current form values and validation errors passed in a Furnace conversation scope.

This word is called by validate-params and can also be called directly. For more details, see Furnace action lifecycle.

Definition