[Zope] Control_Panel.Products.MyProduct

Peter Bengtsson mail@peterbe.com
Wed, 8 Aug 2001 10:30:15 +0200


I installed the latest HotFix
(http://www.zope.org/Products/Zope/Hotfix_2001-08-04/README.txt) and now
some DTML doesn't work when it used to work.

This used to work:
<dtml-with "Control_Panel.Products.GlasMasteri">
<dtml-with "PARENTS[0]">
<dtml-var extended_addform>
</dtml-with>
</dtml-with>

Now I get
Error Type: NameError
Error Value: global name 'Control_Panel' is not defined

I basically want to use methods and objects from the folder: MyProduct (or
"GlasMasteri" like in the above example).
How should I do this?

Zope 2.4.0 on Python 2.1.1