[Zope] Access to DTML Document properties
Pavlos Christoforou
pavlos@gaaros.msrc.sunysb.edu
Tue, 9 Mar 1999 21:13:50 -0500 (EST)
On Tue, 9 Mar 1999, Luciano Ramalho wrote:
> folder1 [Folder]
> - broken_html [DTML Document]
> - index_html [DTML Document]
> - sub-document (The Grand Sub-Document) [DTML Document]
> - sub-folder (The Grand Sub-Folder) [Folder]
>
> So, how do I access properties of sub-documents from a sub-document in the
> same folder?
>
One way is to use DTML Methods instead of DTML Documents.
For more info visit:
http://www.gaaros.com:9673/FAQ/
The issue you raise is currently the first entry in the FAQ
Pavlos