[Zope] overriding index_html

Arkaitz arkbit@yahoo.com
23 May 2001 11:47:08 +0200


Hi all,

I'm writing some classes in a Python product, and I'd like to be able to
override their index_html view so that it can be specified by the folder
in which the instances reside. 
The idea is that if I have myfolder/view, being "view" a DTMLmethod, and
I call myfolder/myobject, it will be equivalent to calling
/myfolder/myobject/view, is this possible?

TIA,
Arkaitz.