[Zope-dev] "Problem" using External Method

Shane Hathaway shane@digicool.com
Wed, 24 Jan 2001 11:06:30 -0500 (EST)


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