17 Oct
2001
17 Oct
'01
5:12 p.m.
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