[Zope] lateral aquisition

Pavlos Christoforou pavlos@gaaros.com
Thu, 9 Mar 2000 12:15:14 -0500 (EST)


On Thu, 9 Mar 2000, Tom Scheidt wrote:

> In html i would simply write ../test2/dtml-var. This does not work in Zope.

I am not sure what you mean by dtml-var but I assume you want to access
some attribute in test2. You can make test2 attributes accessible in test1
by:

<dtml-with test2>
tarari tarara
</dtml-with>

pavlos