[Zope-dev] PATH_TRANSLATED delimted with backslash ?
Dieter Maurer
dieter@handshake.de
Mon, 11 Sep 2000 19:36:04 +0200 (CEST)
Steve Alexander writes:
> ....
> When I look at the DTML Document through the web, the "self" object
> passed to the breadcrumbs external method is the folder that contains
> the DTML Document.
> (I thought that should only be the case for DTML Methods!)
I expect, it is the folder containing the external method, too.
Therefore, you get this folder as "self".
You can provide the "self" explicitly in your call:
<dtml-call "breadcumbs(this(),<further parameters>)">
Dieter