3 Apr
2002
3 Apr
'02
12:52 a.m.
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