[Zope-dev] Catalog acquisition problems?
Martijn Faassen
faassen@vet.uu.nl
Tue, 20 Jun 2000 14:43:23 +0200
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