[Zope] Re: Probably Zope Bug (was: Re: [Zope] all DTML Methods of current folder and subfolder)

2000-07-26 Thread Jerome Alet
On Wed, 26 Jul 2000, Dieter Maurer wrote: > I analysed this strange behavior in Zope 2.1.6 > and have a partial explanation. Hi, thank you very much for your time, your explanations and your workaround. I'll test this ASAP and tell you the result. thanks again. bye, Jerome ALET - [EMAIL PRO

[Zope] Re: Probably ZopeFind Bug (was: Re: [Zope] all DTML Methods of current folder and subfolder)

2000-07-25 Thread Dieter Maurer
Dieter Maurer writes: > Jerome Alet writes: > > Thanks to you, the syntax you gave me is accepted by the dtml parser, but > > both > > > > > obj_expr='''not objectValues(['Folder'])''', > > search_sub=1)"> > > > > and > > > > > obj_expr='no

[Zope] Probably Zope Bug (was: Re: [Zope] all DTML Methods of current folder and subfolder)

2000-07-25 Thread Dieter Maurer
Jerome Alet writes: > Thanks to you, the syntax you gave me is accepted by the dtml parser, but > both > >obj_expr='''not objectValues(['Folder'])''', > search_sub=1)"> > > and > >obj_expr='not objectValues([\'Folder\'])', > search_sub=1)"

Re: [Zope] all DTML Methods of current folder and subfolder

2000-07-24 Thread Jerome Alet
Hi, now I'm at work I've tested your solution, read below. On Sun, 23 Jul 2000, Dieter Maurer wrote: > Jerome ALET writes: > > I want to do the following loop in Zope 2.1.6: > > > > where XXX is "not objectValues(['Folder'])" > > > > What is the correct syntax (', " and """ nesting) for

Re: [Zope] all DTML Methods of current folder and subfolder

2000-07-23 Thread Dieter Maurer
Jerome ALET writes: > Please do you know how to pass a "complex" obj_expr parameter to the > ZopeFind call ? > > I want to do the following loop in Zope 2.1.6: > > > > where XXX is "not objectValues(['Folder'])" > > this would recursively find all subfolders which hasn't got any >

Re: [Zope] all DTML Methods of current folder and subfolder

2000-07-21 Thread Dieter Maurer
Wolfgang Klinger writes: > I have a dtml method in a folder which should > display all "document_title"s of all > "DTML Method"s in the current folder and > all sub folders! > > I tried > > where "Info" is the current folder where the > method itself is stored > but that didn't work

Re: [Zope] all DTML Methods of current folder and subfolder

2000-07-21 Thread George Donnelly
sorry to butt-in on this thread :^) how can i get the contents of sub-folders as well? i tried ZopeFind but i am just getting errors. thanks Regards, GEORGE DONNELLY [EMAIL PROTECTED] http://cyklotron.com/ The first precondition of self-esteem is that radiant selfishness of soul which desires

Re: [Zope] all DTML Methods of current folder and subfolder

2000-07-21 Thread Gerard Metrailler Jr.
Hello, At 07:21 21.07.2000 +, Wolfgang Klinger wrote: >I have a dtml method in a folder which should >display all "document_title"s of all >"DTML Method"s in the current folder and >all sub folders! > >(should work as navigation frame) > >How can I do that? > >I tried > >where "Info" is the c

Re: [Zope] all DTML Methods of current folder and subfolder

2000-07-21 Thread Chris Withers
Wolfgang Klinger wrote: > I tried > > where "Info" is the current folder where the > method itself is stored > but that didn't work ... :-( In what way didn't it work? (Please include any tracebacks,etc...) cheers, Chris ___ Zope maillist - [EMAI

[Zope] all DTML Methods of current folder and subfolder

2000-07-21 Thread Wolfgang Klinger
Hi! I have a dtml method in a folder which should display all "document_title"s of all "DTML Method"s in the current folder and all sub folders! (should work as navigation frame) How can I do that? I tried where "Info" is the current folder where the method itself is stored but that didn't