Hi,
I have following trivial problem:
A DTML-Mthode calls a PythonScript suchThemen with Argumen themen like
this
<dtml-in "suchThemen(themen)">
<dtml-var themas>
</dtml-in>
The PythonScript should return values and I want to display in the
dtml-in-loop the result variable themas.
Question: How must I programm the PythonScript that suchThemen returns
variables of name themas ?
Thanks
Dirk