5 Sep
2002
5 Sep
'02
4:29 p.m.
On Wed, 2002-09-04 at 12:22, Jason Burke wrote:
Greetings All,
I feel pretty dense asking this question, but I can't seem to find the answer anywhere.
How do I pass a namespace variable to a python script from a DTML document. The zope book says to do this...
<dtml-call expr="updateInfo(color='brown', pattern='spotted')"> [snip] color=color
This is the right one. if it is not working, perhaps the variable does not actually exist. Does <dtml-var color> work?