diff --git a/basis/furnace/actions/actions-docs.factor b/basis/furnace/actions/actions-docs.factor index dd453ae16d..83ed00ca1b 100644 --- a/basis/furnace/actions/actions-docs.factor +++ b/basis/furnace/actions/actions-docs.factor @@ -1,6 +1,6 @@ USING: assocs classes help.markup help.syntax io.streams.string http http.server.dispatchers http.server.responses -furnace.redirection strings multiline ; +furnace.redirection strings multiline html.forms ; IN: furnace.actions HELP: @@ -74,6 +74,8 @@ HELP: validate-params } } ; +{ validate-params validate-values } related-words + HELP: validation-failed { $description "Stops processing the current request and takes action depending on the type of the current request:" { $list