[Zope-dev] External Method Missery

Shane Hathaway shane@digicool.com
Wed, 12 Jul 2000 08:50:50 -0400


Chris Withers wrote:
> 
> Shane Hathaway wrote:
> > that last algorithm falls to pieces.  The solution is to always provide
> > the "self" argument.
> 
> When calling or in the signature of your external method?
> 
> If the former, then would that have to be:
> 
> <dtml-var "external_method(this(),...other args..."> ?

Yes, sorry I didn't make that clear.  The solution is to always call
the external method with an explicit "self" argument.

Shane