[Zope-dev] help with external method
Edgardo Zulian
ezulian@elsitio.com.ar
Fri, 29 Jun 2001 10:45:57 -0300
> On Fri, 29 Jun 2001, Edgardo Zulian wrote:
>
> > I'm just new with Zope, and I m trying to make an external method with
> > python that return me the names of the "files" that are in an especific
> > folder of the Zope i.e:"the folder: Root Folder/function_repository"..
>
> I'm not quite sure what you want to do, but you could try to add a a DTML
> Method in the folder which contained this:
>
> <dtml-in "objectValues()">
> <dtml-var id>
> </dtml-in>
Hi, that's work pretty fine,
but the problem is that I want to get that result with an external method
because then I want to assign that result to a text folder's property....