30 Nov
2001
30 Nov
'01
9:52 p.m.
nunosalgado@clix.pt writes:
I have One folder 'foo' with a dtml method 'xpto' and a subfolder 'bar' with another method 'xpto'.
The bar.xpto have to call the foo.xpto (<dtml-var expr="http://localhost/foo/xpto">. How can i do that? Because I always receive the message 'Key doesn't exist'.
"restrictedTraverse('/foo/xpto')" For background, see, e.g., <http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html> Dieter