[Zope] Newbie: Displaying another objects properties
Michael Garrison Stuber
garrisonstuber@bellsouth.net
Mon, 15 Jan 2001 20:26:12 -0500
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