Re: [Zope] DTML problem

2000-07-26 Thread George Donnelly
this is probably a hack but you could use the id of the document you want to exclude with an unless statement. this is what i did when i wanted to exclude the index_html doc dtml-in "PARENTS[0].objectValues(['DTML Document'])" reverse sort=bobobase_modification_time dtml-unless

Re: [Zope] DTML problem

2000-07-26 Thread Bill Anderson
Wolfgang Klinger wrote: Hi! I use the following expression in a header file which is included in every document/method to get the content of the actual folder and show the title as menue item. dtml-in expr="PARENTS[0].objectValues(['DTML Document'])"

Re: [Zope] DTML Problem (from the newbie hair ripper category)

2000-07-17 Thread Dieter Maurer
Darin Lee writes: Here is the proverbial rub. If I want to *test* for the presence of "navigation_name" so I can print "title_or_id" if it's not defined, Zope simply skips the "navigation_name" property. It's like it always evaluates to false! dtml-in "objectValues(['Category'])"