[Zope] Zclass methods and intermethod communication
Dieter Maurer
dieter@handshake.de
Wed, 30 Jan 2002 01:30:55 +0100
chrisf writes:
> Lets say I start a new product and add Zclass, by the book.
> Firstly on the methods view, I add a python script that counts from 1
> to 10, called count.
> Secondly I add a dtml-method that calls <dtml-in "count()"> .....
> </dtml-in>
>
> Oops count object not found ? !
> How do methods talk to eachother ??
Do you call it on an instance or just try to call the DTML inside
the class?
It should work on an instance...
Dieter