28 Jan
2002
28 Jan
'02
5:43 p.m.
I have a REQUEST object. <dtml-var REQUEST> in a document gives the contents fine. In the REQUEST "printout" there is a form part. How can I see the form only? I tried: <dtml-var REQUEST.form> but I get a KeyError. TIA, Panos Hilaris
28 Jan
28 Jan
6:04 p.m.
New subject: [Zope] can I "print" REQUEST.form?
hello, Try: <dtml-var expr="REQUEST.form"> or short: <dtml-var "REQUEST.form"> good luck, maik jablonski
I have a REQUEST object.
<dtml-var REQUEST> in a document gives the contents fine. In the REQUEST "printout" there is a form part.
How can I see the form only? I tried: <dtml-var REQUEST.form> but I get a KeyError.
-- Maik Jablonski Zentrum fuer Lehrerbildung Universitaet Bielefeld Germany
8834
Age (days ago)
8834
Last active (days ago)
1 comments
2 participants
participants (2)
-
Maik Jablonski -
Panos Hilaris