[Zope] Calling Objects

Farrell, Troy troy.farrell@wcg.com
Mon, 18 Jun 2001 16:29:09 -0500


Your other option would be
<dtml-var expr="Folder.Object()">
to show all that is printed or
<dtml-call expr="Folder.Object()">
to show the returned data.

Troy

-----Original Message-----
From: Oliver Bleutgen [mailto:myzope@gmx.net]
Sent: Monday, June 18, 2001 2:05 PM
To: zope@zope.org
Subject: Re: [Zope] Calling Objects


> hi,

> I have

> x.html
> Folder
>   Object (in Folder)

>>from x.html, I would like to <dtml-var Object>, but I don't know how to
> access the folder Obj first to get at it's internal objects.

The simplest thing would be
<dtml-with folder>
<dtml-var Object>
</dtml-with>

cheers,
oliver

_______________________________________________
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 )