26 Sep
2003
26 Sep
'03
5:04 p.m.
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