[Zope] Zoo guestbook example.

Markus Kemmerling markus.kemmerling@mediaweb.at
Mon, 12 Feb 2001 11:48:53 +0100


You do have 'self' in the parameter-list?

Markus Kemmerling

> > I tried this with Zope 2.2.4. It works:
> >
> >   id=3D'entry_%d' % len(self.objectIds())
> >   self.manage_addDTMLDocument(id, title=3D"", file=3Dcomments)
> >   doc=3Dgetattr(self, id)
> >   doc.manage_addProperty('guest_name', guest_name, 'string')
> >
> > I hope you haven't given up yet.
> >
> > Markus Kemmerling
>=20
> Haven't given up, I was just resting! :-) Tried the above, still =
didn't
> like 'self', (the variable, not myself) but I don't know what Zope my
> ISP is running and I tried to RTFM, but this resulted in a bajillion
> hits on the word 'version'. That's the problem is that what I'm going =
to
> derive from the guest book example needs to run on my ISP's server.
> Thanks! -- IV