[Zope] GUF and manage_addGenericUserFolder not working

Chris Withers chrisw@nipltd.com
Wed, 30 Aug 2000 13:19:42 +0100


Jason Byron wrote:
> I try to call the function manage_addGenericUserFolder
> in a DTML Method but I keep getting a NameError for
> it. It's as if Zope can't find the definition.

Try somethign like the following:

<dtml-with "manage_addProduct['GenericUserFolder']">
 <dtml-call "manage_addGenericUserFolder(your, params, here)">
</dtml-with>

cheers,

Chris