30 Aug
2000
30 Aug
'00
12:19 p.m.
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