Alright so I fixed this one by creating an
index_html method. That makes sense. So I was reading an article by Amos which
said http://www.zope.org/Documentation/How-To/changeIndex that
you can make a method that calls an object, so that you can change to a
different object for index_html. For example:
<dtml-var Default>
When I call this I get <MyObject instance
at 017CB800>.
However when I call it directly it works
fine.
Thanks.
----- Original Message -----
Sent: Saturday, May 06, 2000 5:52 PM
Subject: index_html
I have a custom ZClass as my index_html in a
folder. It seems though Zope doesnt choose this as the default page. Any idea
how I can make it do that, is that adding a method to my Class?
Thanks.