[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Appendix B: API Reference
webmaster@zope.org
webmaster@zope.org
Fri, 29 Nov 2002 06:02:59 -0500
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/AppendixB.stx#4-108
---------------
These are data extracted from either a URL-encoded query
string or body, if present.
% Anonymous User - Aug. 29, 2002 12:26 pm:
How can we access the form subobject content (within the REQUEST object) from DTML?
% Anonymous User - Nov. 29, 2002 6:03 am:
form suboject meaning form fields??(in which case <dtml-var "REQUEST.form.keys()" >)