1 Apr
2002
1 Apr
'02
10:51 p.m.
Hello Samy.
How do I refer to 'index' in the folder 'java' from an object in 'tech'?
<dtml-var java/index> ??? Try this: <dtml-var "java.index">
If you rename your file to "index_html" you can even do this: <dtml-var java> Please keep in mind, that you are dealing with objects in zope, _not_ files and folders. (Even if the management screens make you think this) If your browser looks for http://my.zopeserver.org/main/sub/sub1/anothersub/index_html this is similar to <dtml-var "main.sub.sub1.anothersub"> or <dtml-var "main.sub.sub1.anothersub.index_html"> Greetings Sven Rudolph P.S. Broken english spoken perfectly