[Zope] External Methods nightmare

Farrell, Troy troy.farrell@wcg.com
Mon, 9 Apr 2001 13:01:58 -0500


Please be more specific.
Inside methodA you should be able to call methodB like this:

<dtml-call methodB>

Inside methodC you should be able to call methodC like this:

self.methodA()

By the magic of acquisision, this should work.

Troy

-----Original Message-----
From: Felipe Alvarez Harnecker [mailto:felipe@qlsoft.cl]
Sent: Monday, April 09, 2001 12:43 PM
To: zope@zope.org; Hung Jung Lu
Subject: [Zope] External Methods nightmare



Hi,

i'm new to External Methods, and i got the following prob.

In folder FOLDER a got 3 method A (dtml) B (Zsql) and C ( external )

the story is that method A call method B. From zope there is no
prob. with that but when i call A from C, zope complains that it can't
find B.

I't seems that Zope forget that it is in FOLDER.

Please HELP!!!

Thanx.

-- 
______________________________________________________

Felipe Alvarez Harnecker.  QlSoftware.
		
Tels. 665.99.41 - 09.874.60.17
e-mail: felipe.alvarez@qlsoft.cl

http://qlsoft.cl/
http://ql.cl/
______________________________________________________

_______________________________________________
Zope maillist  -  Zope@zope.org
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )