[Zope] assignment to form records

Fernando Martins fmartins@hetnet.nl
Sat, 8 Mar 2003 00:28:07 +0100


Edward Muller wrote:
>
> With all this discussion on :record flags and :list flags can someone
> point me to a good reference on the different :flags and how to use
> them. Or just explain it! :-)
>

See the Zope book (2.5) chp. 10, section "Passing Parameters to Scripts".

It's an easy and quick reading, worthy of your time :-)

:flags are used to convert parameters coming from HTML forms, from strings
to a python data type. Quite usefull is the possibility to put together
several form fields in a list or in an object (record).

HTH,
Fernando