[Zope] One last request

2000-10-23 Thread Taco Scargo
I have one unsolved mystery left. What I am trying to do is print the titles from the DTML Documents in the 'artikelen' folder (and actually another property called 'inleiding'. I believe the code below should do this, but it does not work. It returns 'Zope' instead of the title. If I use the 'inl

[Zope] Almost there, but I am still having a little problem

2000-10-23 Thread Taco Scargo
Thank you all for helping me out. The hints got me almost there. I have one unsolved mystery left. What I am trying to do is print the titles from the DTML Documents in the 'artikelen' folder (and actually another property called 'inleiding'. I believe the code below should do this, but it does no

Re: [Zope] Problems with sequence-item

2000-10-22 Thread Taco Scargo
Please feel free to look at it at http://www.gezondheidskrant.nl:8080/mainframe Taco - Original Message - From: "Curtis Maloney" <[EMAIL PROTECTED]> To: "Taco Scargo" <[EMAIL PROTECTED]>; "Mark N. Gibson" <[EMAIL PROTECTED]>; <[EMAIL

[Zope] Problems with sequence-item

2000-10-22 Thread Taco Scargo
Had already tried that, but it doesn't work. I have 8 DTML Documents in a folder called artikelen. Fails with the error: Error Type: AttributeError Error Value: __call__ I am really clueless Thanks, Taco - Original Message - From: "Mark N. Gibson" <[EMAIL PRO

[Zope] Problems with sequence-item

2000-10-22 Thread Taco Scargo
I get errors when sequence-item is being called to list the contents of a folder E.g. correctly outputs 3 2 1 When I do it correctly outputs all ids in the folder. But will fail with an error Error Type: AttributeError Error Value: __call__ What am I doing wrong ? Thanks, Taco

[Zope] Help needed with news articles

2000-10-21 Thread Taco Scargo
Unfortunately nobody responded, so I am reposting this question again. I just need a link to an example or explanation. Basically I want to create a page listing the last 4 articles from a Zope folder. The articles need a publish from/to field, title and (dtml) text. I somehow need to be able to

[Zope] Help needed with news articles

2000-10-19 Thread Taco Scargo
Basically I want to create a page listing the last 4 articles from a Zope folder. The articles need a publish from/to field, title and (dtml) text. I somehow need to be able to find and display the article from another dtml document. I read many FAQs and tried working with zcatalogs, but somehow I