[Zope] Overriding aquisition
oliver.erlewein@sqs.de
oliver.erlewein@sqs.de
Thu, 25 Apr 2002 16:25:51 +0200 (MET DST)
Hi all
I want to call a specific function in my Zope hierarchy via DTML. This would give me the result that aquisition can only find ONE document. To do this I can do:
<dtml-with "PARENTS[-1].sqs.standard">
<dtml-var "standardUserIsManager()">
</dtml-with>
But that's too complex. I want to use
<dtml-var "PARENTS[-1].sqs.standard.standardUserIsManager()"> (or something similar!)
Any clues or other hints?
Thanx Oliver Erlewein