[ZPT] Re: problem with 'object' arguments
Guenther Starnberger
gst@sysfrog.org
Mon, 3 Mar 2003 18:46:11 +0100
Am Sonntag, 02.03.03 um 20:33 Uhr schrieb Guenther Starnberger:
> i have written a small sample product to demonstrate this problem. it
> is available at http://gst.sysfrog.org/testerr.tar.gz
> (the index_html method returns a page template and passes one built-in
> and one UserDict dictionary as argument)
i was able to workaround this problem by setting the attribut
__allow_access_to_unprotected_subobjects__ of the UserDict object.
the problem is, that this doesn't seem to work for result objects of
zsql methods (i assume that the reason is, that the class of the result
object is written in c).
any suggestions?
cu
/gst