RE: [Zope-dev] Marshalling of records in REQUEST.form

2002-03-14 Thread Jean Jordaan
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

Re: [Zope-dev] Marshalling of records in REQUEST.form

2002-03-14 Thread Dieter Maurer
Jean Jordaan writes: > I've just noticed this. In my form I have, for example: > > > > > > > > When I log this after submission, I see: > > {'HostType': ['Sequential'], 'properties_to_show': ContactPerson: > ['ContactName', 'DirectEmail'], Customer: ['CustomerName', >

[Zope-dev] Marshalling of records in REQUEST.form

2002-03-14 Thread Jean Jordaan
Hi all I've just noticed this. In my form I have, for example: When I log this after submission, I see: {'HostType': ['Sequential'], 'properties_to_show': ContactPerson: ['ContactName', 'DirectEmail'], Customer: ['CustomerName', 'CustomerStatus']} In other words, not a valid di