[Zope] problems with #in

Kevin Dangoor kid@kendermedia.com
Sun, 19 Sep 1999 17:03:38 -0400


-----Original Message-----
From: Wayne <piercew@netscape.net>
To: zope@zope.org <zope@zope.org>
Date: Sunday, September 19, 1999 4:57 PM
Subject: [Zope] problems with #in


>With the following placed in the HTML (after the necessary form stuff):
>
> <!--#in projects-->
> <OPTION VALUE="<!--#var projects lower-->"><!--#var projects-->
> <!--#/in-->

I believe this should be:
<dtml-in projects>
<option value="<dtml-var sequence-item lower>"><dtml-var sequence-item>
</dtml-in>

(I took the liberty of changing to the newer syntax form...)

Kevin