hans wrote:
Kirk Lowery wrote:
I want to put a "Last edited on <Zope Object modification date>" in a footer, so that I don't have to think about manually changing the date all the time. I've looked through the docs, but I can't find (or recognize) what I need.
And it raises the general question: how do I discover and access the properties of any arbitrary Zope object for binding to variables, manipulation, etc.?
http://www.dieter.handshake.de/pyprojects/zope/DocFinder.html http://www.zope.org/Members/shh/DocFinderEverywhere/
This Product is very cool. Thanks! Now...er...one further problem, which is a typical Zope newbie question, I'm sure. When I use "<dtml-var bobobase_modification_time>", it's rendered with the top-level container's modification time, which isn't the same as the lower-level object. So I'm caught by container inheritance. How do I override this, something like "self modification time"? Kirk