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
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )