[Zope-PTK] Access "top" object without passing it as argument to method?

Sigve Tjora sigve@tjora.no
Wed, 28 Feb 2001 08:50:17 +0100 (CET)


> Are you looking for "this()"?  If you added a parameter to the method,
> you could call:
>
> <dtml-var "portal_yourtool.yourMethod(this())">
>
> Shane

I am looking for "this()", but I don't want to pass it explicit as an
argument to the method. I want to use what "this()" refers to without
having to pass it on as an argument to my method. Is this possible?

Sigve