9 Feb
2001
9 Feb
'01
3:01 p.m.
I tried this with Zope 2.2.4. It works: id='entry_%d' % len(self.objectIds()) self.manage_addDTMLDocument(id, title="", file=comments) doc=getattr(self, id) doc.manage_addProperty('guest_name', guest_name, 'string') I hope you haven't given up yet. Markus Kemmerling