[Zope] Re: manage_AddProduct for ZPT

Maik Jablonski maik.jablonski@uni-bielefeld.de
Sun, 05 Jan 2003 11:43:46 +0100


beno wrote:
> Hi;
> I would like to do the equivalent of this:
> 
> <dtml-call "manage_addProduct['OFSP'].manage_addFolder(id, title)">
> 
> in ZPT to create a page on-the-fly. Can it be done?
> TIA,
> beno

Hi,

this should do it for you:

manage_addProduct['PageTemplates'].manage_addPageTemplate(id, 
title=None, text=None, REQUEST=None)

/mj