Re: [Zope-dev] Tag DTML

2000-11-02 Thread Paul Erickson
I think that all you have to do is get your property out of md. ie: some_prop=md['some_prop'] Hello, I have coded my own DTML tag and i want to catch a property of the= folder where the DTML-Coded is. How can i do this??? from DocumentTemplate.DT_Util import * # useful parsing

Re: [Zope-dev] Tag DTML

2000-11-02 Thread Aitor Grajal Crespo
Yeahhh, thanks. But , one more step.:-) can i do it in the init method ??? The init method no have the md parameter. no??? I think that all you have to do is get your property out of md. ie: some_prop=md['some_prop'] Hello, I have coded my own DTML tag and i want to catch a

Re: [Zope-dev] Tag DTML

2000-11-02 Thread Jeffrey P Shell
On 11/2/2000 3:12 PM, "Aitor Grajal Crespo" [EMAIL PROTECTED] wrote: Yeahhh, thanks. But , one more step.:-) can i do it in the init method ??? The init method no have the md parameter. no??? No, __init__ is called at parse time and has no knowledge of the surrounding