26 Jan
2001
26 Jan
'01
7:57 p.m.
Rik Hoekstra writes:
AFAIK there is no way of hiding an object in Zope In Zope 2.3, there is a way, at least for all forms of scripts:
The REQUEST object has a new key "PUBLISHED". It contains the published object. A script can check whether it itself was the published object and raise an exception in this case. Dieter