20 Apr
1999
20 Apr
'99
12:14 a.m.
On 19 Apr 1999 17:55:01 -0500, Pavlos Christoforou wrote:
On 19 Apr 1999, Kent Polk wrote:
How do I point a DTML method at the correct object ?
I am not sure I understand what you want to do but one thing that might help (assuming you are running the above from ZPublisher) is to replace:
def summary (self): return HTML(self.summary_dtml) with
summary=HTML(self.summary_dtml)
Thanks Much! That gets rid of the double parens, but still doesn't find the instance method, so I'm still pointing off in space there or something. Kent