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

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to