[Zope] using getPhysicalRoot

Dieter Maurer dieter@handshake.de
Thu, 15 Mar 2001 21:06:45 +0100 (CET)


Antonio Costa writes:
 > This is a multi-part message in MIME format.
 > --------------7DDCDDA117F0F783C8424A0C
 > Content-Type: text/plain; charset=us-ascii
 > Content-Transfer-Encoding: 7bit
Please, do not send MIME messages!

 > 3.1. If I call this object from another object via:
 > 	return
 > target_obj.index_html(id_query,title_query,blurb_query,path_query,meta_type_query,REQUEST)  
 >    when it executes the a = self.getPhysicalRoot() instruction I get the
 > following error:
 > 	Error Type: TypeError
What type of object is "index_html"?
Apparently, it gets a string parameter where it expects an object,
I expect, it uses "id_query" as "self".


 > -- 
 > ....
 > oversized signature stripped
 > ....
Your signature is a bit large, don't you think so?


Dieter