When adding folder how to you specific the permissions: <dtml-if expr="_.SecurityCheckPermission('Add Folders', this())"> <dtml-with "folders[REQUEST['folder']]"> <dtml-call expr="manage_addFolder(id=REQUEST['FolderName'], title=REQUEST['FolderName'])"> </dtml-with> </dtml-if> <dtml-call "RESPONSE.redirect('./index_html')"> Todd