[Zope] dtml-in ???

Luis Cortes lcortes@pollak.com
Tue, 2 May 2000 11:31:04 -0600


Okay, I have some more insight,

I hope you are not trying to do this in index_html -- it won't work.

Try a dtmlMethod

The other point is the syntax, which should be something like:



<dtml-in "objectItems(['File'])">
	<dtml-var sequence-key>
</dtml-in>
	

Notice the list in the ().

Have Fun,
Luis.