9 Mar
2000
9 Mar
'00
5:15 p.m.
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