[Zope] calling external script from index_html
Jens Vagelpohl
jens@zope.com
Tue, 23 Jul 2002 07:45:24 -0400
make index_html a DTML Method, not a DTML document.
jens
On Tuesday, July 23, 2002, at 07:10 , Christopher Quinn wrote:
> Hello list,
>
> just getting going and already belly-flopped at the first hurdle.
> In a folder holding the external method object, an index_html referencing
> it via <dtml-val myscript_func>
> does not appear to run the script, while a dtml method created in the
> same folder and making the same reference does run ok. I tried moving the
> external method object into a higher level folder in case it somehow was
> not in scope, but to no avail.
>
> What is the correct way to make external scripts available to index_html'
> s?
>
> Cheers,
> Chris Quinn
>