[Zope] manage_changeProperties self help

Trevor Toenjes zope@toenjes.com
Thu, 14 Feb 2002 01:45:40 -0500


banging my head here...
<dtml-call "manage_changeProperties(hits=hits+1)"> is in a method

I have looked at  aq, self(), id(), etc., but nothing works.
Explicitly calling the Document, works, 
<dtml-call "myDoc.manage_changeProperties(hits=hits+1)"> 
but I need to script it...

Thanks for the hint.
-Trevor