[Zope-dev] Marshalling of records in REQUEST.form
Jean Jordaan
jean@upfrontsystems.co.za
Thu, 14 Mar 2002 23:38:37 +0200
Hi Dieter
Roughly, I do this:
FSSession.set('query_form', REQUEST.form)
...
context.log('query_form: %s'%FSSession(query_form))
where the 'log' external method is:
import zLOG
def log(message,summary='',severity=0):
zLOG.LOG('MyDebugLog',severity,summary,message)
The output I quoted in the previous message appears in the logfile. My
Zope is 2.4.3
--
Jean Jordaan
Upfront Systems http://www.upfrontsystems.co.za