Hi there,

We've been experiencing some odd interactions between the ZCatalog and
acquisition. Inside the <dtml-in catalog ..> tags things seem to go 
screwy. It's picking up the properties in the root folder instead of
in the subfolder (the context), where the <dtml-in catalog ..> is used. Why 
would this happen?

Another odd thing that happens is that dtml-let variables appeared
wiped empty inside the dtml-in:

<dtml-let foo="'bar'">
<dtml-in catalog ..>
...
<dtml-var foo>
...
</dtml-in>
</dtml-let>

The <dtml-var foo> will display nothing. 'foo' *does* exist, but it
just appears to be empty.

Am I missing something, or is this a bug?

Regards,

Martijn


_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to