[Zope-dev] NASTY error. Why?

Evan Simpson evan@4-am.com
Mon, 10 Jul 2000 12:09:59 -0400


From: Chris Withers <chrisw@nipltd.com>

>  <dtml-call "REQUEST['where'][-1].manage_addFolder(id)">

> Error Type: TypeError
> Error Value: read-only character buffer, Python Method

Looks like the 'id' of something along the line is a method rather than a
string.  Try "_.getitem('id', 1)".

Cheers,

Evan @ digicool & 4-am