[Zope] Adding user to folder

Phil Harris phil.harris@zope.co.uk
Thu, 28 Sep 2000 08:55:42 +0100


Scott,

Try something like (UNTESTED):

<dtml-with "_[folderName]">
<dtml-call "manage_users(........)">
</dtml-with>

hth

Phil
phil.harris@zweb.co.uk

----- Original Message -----
From: "Scott Burton" <scott@launchpoint.net>
To: "Zope List" <zope@zope.org>
Sent: Thursday, September 28, 2000 7:12 AM
Subject: [Zope] Adding user to folder


> I would like to add a user to a folder that is being created via a form
> processing method with <dtml-call
>
"manage_addFolder(folderName,folderName,'createAUserFolder','createAPublicIn
> terface')">
> Now, since this folder does not exist yet except in the context of the
> script. How can I put a user in that above folder during execution? Is
this
> where the _.namespace can be used to access what is in Zope's compiler
stack
> during execution? Or, am I just way off and it is much less complicated
than
> I think?
>
> TIA
>
> Scott
>
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> 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 )