15 Jun
2002
15 Jun
'02
2:25 p.m.
On Sat, Jun 15, 2002 at 03:46:33PM +0200, Pierre Godefroy wrote:
I have a dtml-in loop which iterates over a dictionary :
<dtml-in collectionOfStr1s sort=title>
If you are iterating over a dictionary this must be <dtml-in collectionOfStr1s mapping sort=title> i.e. you are to indicate collectionOfStr1s is a dictionary (mapping). Oleg. -- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.