5 Jan
2003
5 Jan
'03
10:43 a.m.
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