29 Mar
2001
29 Mar
'01
6:18 p.m.
Dimitris Andrakakis writes:
I trying to make a list of objects in a method, to use in a dtml-in. Something simple like:
<dtml-in ['Jim', 'Nick', 'John']>
<dtml-in expr="['Jim', 'Nick', 'John']"> I recommend you read either the Zope book or URL:http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html The syntax you have used is wrong along several dimensions. Dieter