[Zope] How to update list from dtml?

Jaroslav Lukesh lukesh at seznam.cz
Fri Apr 14 10:22:05 EDT 2006


Dear Zopistas,


How to do in DTML something similar in python:

	foo[1] = 3.5

In DTML this does not work:

	<dtml-call "REQUEST.set('foo[1]', 3.5)">


Note, that I have list foo[,,,,,,,] already defined

Many thanks,

J. Lukesh



More information about the Zope mailing list