11 Sep
2000
11 Sep
'00
5:36 p.m.
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