----- Original Message ----- From: "Mark, Jonathan (Integic)" <[EMAIL PROTECTED]>
To: <zope@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


_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to