[Zope] dtml-in --> sequence

Andrew Williams ajwms@hotmail.com
Fri, 6 Apr 2001 12:45:57 -0400


> ----- Original Message -----
> From: "After Dark" <afterz@zipmail.com>
> To: "Andrew Williams" <ajwms@hotmail.com>; "After Dark"
> <afterz@zipmail.com>; <zope@zope.org>
> Sent: Friday, April 06, 2001 12:04 PM
> Subject: Re: [Zope] dtml-in --> sequence
>
>
> List of objects in current folder returning objects (sequence-item is the
> actual object):
>
> <dtml-in "objectValues()">
>   The ID of this object is: <dtml-var expr="_['sequence-item'].id">
> </dtml-in>
>

sorry, lack of sleep and a killer headache is affecting my thinking skills.
The above should read:

<dtml-in "objectValues()">
  The ID of this object is <dtml-var id>
</dtml-in>


Andrew