18 Aug
2003
18 Aug
'03
3:10 p.m.
I think this is because index_html is a dtml document. Try replacing it with a dtml method.
thanks ! thats my answer because it doesn't differ for me if it is a method or document (at least for now). i choosed as document because i feel this is a document instead of a method. because it is the main "document" or default "document". just as the traditional apache name. :) now i just have <dtml-var my_index> and i am more comfortable. :)
http://old.zope.org/Members/michel/HowTos/DTMLMethodsandDocsHowTo
thanks for the address..