From 710ce7451241d6113b72157101c8a118a6c876f5 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 15 Mar 2009 20:13:10 -0500 Subject: [PATCH] Add related-words to furnace.actions docs --- basis/furnace/actions/actions-docs.factor | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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