[Zope] Acquisition Questions

Lennart Regebro lennart@torped.se
Wed, 27 Mar 2002 15:04:23 +0100


> In the foo folder I'm trying to call DTML documents in the
> widgets folder (this folder contains template objects).
> If I'm in the www.foobar.com folder, I can call any object in
> the widgets folder by doing this: <dtml-with widgets>
> <dtml-var fooWidget> </dtml-with>. That works perfectly.
> If I'm in the "bar" folder, and use "<dtml-with widgets>
> <dtml-var fooWidget> </dtml-with>"

Doing this works for me, so you have to be more explicit in what you are
doing to know what is wrong.

> or just <dtml-var fooWidget>

That isn't expected to work.