23 Nov
2003
23 Nov
'03
12:28 a.m.
Woo-hoo! That worked. Thanks very much!
This worked for me:
<dtml-in "bizlogic.product.diamond.previewsStagingList()"> ... </dtml-in>
- Vattekkat Satheesh Babu http://vsbabu.org/
Brad Allen wrote:
Yes, I have looked at the Acquisition section of the Zope book, but it looks like Acquisition works through containment. What if you're trying to access an object sideways across the folder hierarchy? In this case, my DTML document lives in /kc/Pages/ and I want to sidle across to /kc/bizlogic/product/diamond. I'm able to do that easily with Zope scripts using <dtml-var expr="kc.bizlogic.product.diamond.whateverscript">, but what about doing this with ZSQL methonds and dtml-in?