[Zope] How to refer an object in a sub folder?
Sven Rudolph
sven@spaghetticode.de
Wed, 3 Apr 2002 02:52:11 +0200
Hello Dieter.
> > Try this:
> > <dtml-var "java.index">
> Almost surely, it will not work (as wanted):
>
> "index" is probably a DTML object. DTML objects usually need
> to be rendered to be useful as "dtml-var" arguments...
You are absolutely right. I tested it only with my own products, which
have their own "__call__()" or their own "index_html" (in most cases a
reference to __call__()).
Greetings
Sven Rudolph