[Zope] Acquisition with External Methods

Chad McDaniel chadm@sgi.com
07 Apr 1999 14:21:30 -0700


Michel Pelletier <michel@digicool.com> writes:

> > 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.
> 

ah, thanks!

Where is argument-passing to external methods documented?

-- 
-chad