12 Jul
2000
12 Jul
'00
12:50 p.m.
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