[Zope] problems with #in

Evan Simpson evan@4-am.com
Sun, 19 Sep 1999 16:02:11 -0500


Wayne wrote:

> I have an #in loop to pull some folder properties and populate a HTML drop
> down list.  The problem that I have is that everything is sent for each item
> in the list.

That's because you reference the whole thing for each item.  You want:

       <!--#in projects-->
         <OPTION VALUE="<!--#var sequence-item lower-->"><!--#var sequence-item-->
       <!--#/in-->