[Zope] I am so lost.
Dieter Maurer
dieter at handshake.de
Fri Sep 26 13:04:28 EDT 2003
Bob Gailer wrote at 2003-9-25 19:58 -0600:
> ...
> <form action="addItems">
> <input type="text" name="orders.quantity:records" ...
>
> where addItems is a script in the same container, and addItems specifies
> orders, REQUEST=None as parameters. What's missing for me is the
> relationship between the form and the parameter list.
<http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html>
may be another resource to read.
The ZPublisher section tells you something about the magic of
"ZPublisher", especially how request parameters are used to
satisfy the parameter needs of called methods.
Dieter
More information about the Zope
mailing list