On Thu, Jun 22, 2000 at 07:57:10PM -0500, Nestor A. Diaz L. wrote:
> Hi, i have a code that creates a folder, but how can i
>
> identificador have the name to the new folder, i create the folder with
> the following:
>
> <dtml-call expr=""dataArchive.manage_addFolder(id=identificador)">
>
> ok, it creates but i need to create a file inside this folder, how can i
> make that? how can i get this object by its name "identificador" ?
>
Nestor,
Try dataArchive.identificador. I mean by that that if originally you had
identificador='Carpeta' then dataArchive.Carpeta will get you the object.
------------------------------------------------------
Andres Corrada-Emmanuel Email: [EMAIL PROTECTED]
------------------------------------------------------
_______________________________________________
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 )