Hi, How do I reference a DTML document which is one folder below ? What I wanted to do is to display this DTML document that resides in a folder below the index_html. I try putting this code but it does not seems to work: <dtml-var Home.HomePage> where Home is the folder below index_html. Tks. Al
Alfredo P. Ricafort wrote:
Hi,
How do I reference a DTML document which is one folder below ?
What I wanted to do is to display this DTML document that resides in a folder below the index_html. I try putting this code but it does not seems to work:
<dtml-var Home.HomePage>
where Home is the folder below index_html.
try: <dtml-with Home> <dtml-var HomePage> </dtml-with> cheers, maik -- Maik Jablonski __o www.zfl.uni-bielefeld.de _ \<_ Deutsche Zope User Group Bielefeld, Germany (_)/(_) www.dzug.org
participants (2)
-
Alfredo P. Ricafort -
Maik Jablonski