Re: [Zope] To retrieve properties from a dtml document

2000-12-19 Thread jpenny
On Mon, Dec 18, 2000 at 09:10:54PM -0500, Ausum wrote: Hello Andy, thanks for the advice. It didn't work. Maybe I'm wrong at any point, so please tell me whether it worked for you. I'm aware that this problem has been discussed here before, that it happens because of Python's object

Re: [Zope] To retrieve properties from a dtml document

2000-12-19 Thread Oliver Bleutgen
Hello Andy, thanks for the advice. It didn't work. Maybe I'm wrong at any point, so please tell me whether it worked for you. I'm aware that this problem has been discussed here before, that it happens because of Python's object naming, and also that there's a workaround at least (and

[Zope] To retrieve properties from a dtml document

2000-12-18 Thread Ausum
After some newbie researching I found that whenever I want to retrieve a propertie from a dtml document I must use this: dtml-var "thedocument.thepropertie" If thedocument is index_html or whatever_html it works fine, but how could I retrieve a propertie from a document named whatever.html? We

Re: [Zope] To retrieve properties from a dtml document

2000-12-18 Thread Andy McKay
Try dtml-with thedocument.html dtml-var theproperty /dtml-with -- Andy McKay, Developer. ActiveState. - Original Message - From: "Ausum" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 18, 2000 3:39 PM Subject: [Zope] To retrieve properties from a dtm

Re: [Zope] To retrieve properties from a dtml document

2000-12-18 Thread Ausum
day, December 18, 2000 3:39 PM Subject: [Zope] To retrieve properties from a dtml document After some newbie researching I found that whenever I want to retrieve a propertie from a dtml document I must use this: dtml-var "thedocument.thepropertie" If thedocument is i