20 Jun
2000
20 Jun
'00
10:26 p.m.
CURTIS David writes:
I tried to add <dtml-var "GuideFile.bobobase_modification_time"> But I do not get an output displayed!!! "bobobase_modification_time" is a method not an attribute. You must call it:
<dtml-var "GuideFile.bobobase_modification_time()"> You can resolve problems like this (no output) by looking at the source of the HTML document. In your case, you would have seen: <python method at ....> Because this is not a valid tag, your browser has drop it silently. Dieter