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