27 Sep
2001
27 Sep
'01
10:43 p.m.
bak (kedai) writes:
i'm making a product that subclass DTMLD ocument. i can add the product, view all tabs in zmi (security, edit, proxy, etc), but i can't view the product instance.
attached is the error and traceback, and snippets of the code.
what am i missing? thanks
--- Error Type: AttributeError Error Value: globals Almost surely, your "__init__" method did not call the "__init__" of the inherited class (it should do that...)
Dieter