[Zope] DTML in index_html
Dieter Maurer
dieter at handshake.de
Sun Feb 8 13:36:48 EST 2004
John Poltorak wrote at 2004-2-8 01:04 +0000:
>I've tried to put a DTML standard header into index_html but it doesn't
>access it.
>
>Have I done something wrong?
What type of object is your "index_html"?
It would need to be a DTML object (i.e. DTML Method or
DTML Document) in order to do anything with a "DTML standard header"
(whatever this may be).
Note: it is wise to build your site with ZPT (rather than DTML).
It is more orthogonal and therefore easier than DTML.
--
Dieter
More information about the Zope
mailing list