Dieter Maurer wrote:
Martijn Faassen writes: [snip acquisition 'problem' with the catalog] I can understand that the result is not what one wants, but when I understand aquisition correct, it is in accordance with the documentation.
Yes, after some more pondering and some experimentation it makes sense. The confusion arose because of the use of 'dtml-in'; it makes sense more easily when you think of dtml-in as a repeated dtml-with. [snip]
Another odd thing that happens is that dtml-let variables appeared wiped empty inside the dtml-in: [snip] I could not reproduce this in my Zope installation.
We should've experimented some more here; it turned out to be a name aliasing problem -- our records were indeed acquiring the same name from somewhere else (a folder) which screwed things up. Thanks for your feedback! Martijn