[Zope] Acquisition with External Methods
Michel Pelletier
michel@digicool.com
Wed, 7 Apr 1999 17:09:48 -0400
> When I try that I get an error:
> ---
> ---
>
> even when ExtMethod is very simple:
> ---
> def ExtMethod(self, REQUEST):
> return "testing"
> ---
>
Hmm... I have some old external methods that work like this but when I
try it myself I get the same error you do:
Try just:
<!--#var "ExtMethod(REQUEST)"-->
That works for me.
-Michel
> --
> -chad
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://www.zope.org/mailman/listinfo/zope
>
> (For developer-specific issues, use the companion list,
> zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
>