[Zope] Calling a DTML method in a subfolder that uses PARENTS[0]

2001-01-05 Thread Soren Roug
Hello, I'm trying to call a method inside a folder that uses this common way of listing its content: dtml-in "PARENTS[0].objectValues('File')" dtml-var absolute_urlbr /dtml-in Let's call this folder FileLibrary. (It's actually a Z Class subclassed from ObjectManager) My problem is when I call

Re: [Zope] Calling a DTML method in a subfolder that uses PARENTS[0]

2001-01-05 Thread Dieter Maurer
Soren Roug writes: Hello, I'm trying to call a method inside a folder that uses this common way of listing its content: dtml-in "PARENTS[0].objectValues('File')" dtml-var absolute_urlbr /dtml-in Let's call this folder FileLibrary. (It's actually a Z Class subclassed from