30 Jan
2002
30 Jan
'02
12:30 a.m.
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