16 Jan
2001
16 Jan
'01
1:26 a.m.
I've looked all over (the Zope book, the zope site, the Zope Newbie site, the Zope group archives) and I'm still confused. I'm trying to do something like this: DTMLDocument1: Contents{ <dtml-var DTMLDocument2> <dtml-with DTMLDocument2> <dtml-var Document2Property> </dtml-with> } DTMLDocument2: Contents{ <H2>Blah blah blah</H2> } Document2Property{ Spoken by the blahster } Basically, from a DTML document I'd like to display (or otherwise reference) the properties of another DTML document. I've tried _, REQUEST, getattr, and direct references to DTMLDocument2 all to no avail. Surely there is a way to do this. (I hope). Help! Thanks -- Michael T. Garrison Stuber -- Michael T. Garrison Stuber