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

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to