[Zope-dev] NASTY error. Why? More...

Chris Withers chrisw@nipltd.com
Mon, 10 Jul 2000 17:03:20 +0100


Found the problem, now what's the solution:

Chris Withers wrote:
> <dtml-in objectValues>
>  <dtml-call "REQUEST['where'][-1].manage_addFolder(id)">

<dtml-var "id"> in this context returns a Python Method object.

WHY?! ;-)

In a more constructive tone, how can I get the string id from this?

cheers,

Chris