[Zope] Problem Getting dtml-with to work
Jonathan
dev101 at magma.ca
Fri Apr 27 13:20:15 EDT 2007
----- Original Message -----
From: "Mark, Jonathan (Integic)" <jonathan.mark at integic-hc.com>
To: <zope at zope.org>
Sent: Friday, April 27, 2007 1:15 PM
Subject: [Zope] Problem Getting dtml-with to work
> Folder A contains Folder B contains Folder C.
>
> If I write in a dtml page in Folder A:
>
> <dtml-with FolderB>
> <dtml-var FolderC>
> </dtml-with FolderB>
>
> then I get an error which states that FolderC does not exist.
Try the following to see what objects your method thinks exist:
<dtml-with FolderB>
<dtml-in objectIds>
<dtml-var sequence-item><br>
</dtml-in>
</dtml-with FolderB>
Jonathan
More information about the Zope
mailing list