[Zope] AddFolder Question

David Kyte david.kyte@microamps.com
Wed, 17 Oct 2001 18:12:35 +0100


I want to add a folder programmatically

I want to create the following tree

Projects
  NewName
    Scripts


The name of the Project - "NewName" is passed in the 
variable Project from a form

When I use this alone all is well

<dtml-call "Projects.manage_addFolder( Project )">

When I add the the Scripts folder I 

<dtml-call "Projects._[ Project ].manage_addFolder( 'Scripts' )">

I get a Authentication error.

I am the manager

Any takers.

Thanks

David Kyte