24 Jan
2001
24 Jan
'01
4:06 p.m.
On Wed, 24 Jan 2001, Espen Sorbye Frederiksen wrote:
I did what you suggested, but I am still a bit stuck. Maybe I call them wrong in my code. I use the call below but get an error.
<dtml-call expr="createdata('test1','test2','test3')"> <dtml-var expr="returndata()">
Error Type: AttributeError Error Value: data
any suggestions what I do wrong,
I suggest you run Zope in "-D" mode so you can see tracebacks easily. They can pinpoint the exact source of problems like this. Shane