[Zope] Re: How Do I manage_AddProduct for ZPT?

Maik Jablonski maik.jablonski@uni-bielefeld.de
Sun, 05 Jan 2003 20:42:52 +0100


beno wrote:
> I'm trying either of these expressions:
> 
> <p tal:replace="structure 
> python:here.manage_addProduct['PageTemplates'].manage_addPageTemplate(id, 
> title='testing', text=None, REQUEST=None)" />

> but the error says *manage_addProduct is not defined*. What am I missing?

This one works for me... How do you call your ZPT? Via your browser? If 
not this could some kind of namespace-issue...

-mj