Handbook
Glossary
to-object ( destination names -- )
Furnace framework
»
Furnace presentation layer
»
HTML forms
»
HTML form values
Prev:
from-object ( object -- )
Next:
with-each-value ( name quot -- )
Vocabulary
html
.
forms
Inputs
destination
an
object
names
a sequence of value names
Outputs
None
Word description
Stores the given sequence of form values into the slots of the object having the same names. This word is used to extract form field values after validation.
Definition
USING:
assocs
kernel
mirrors
;
IN:
html.forms
:
to-object
( destination names -- )
[
make-mirror
]
[
values
extract-keys
]
bi*
assoc-union!
drop
;