Re: [Zope] using a dictionary returned from an external method

2000-10-24 Thread Ender
Matthew Wilbert wrote: > > I have some DTML that needs to call an external method that returns a dictionary. I >don't have any problem referencing the resulting dictionary by doing something like > > > > . > . > > However, I need to do this for several keys, and I don't > want to call ext

[Zope] using a dictionary returned from an external method

2000-10-24 Thread Matthew Wilbert
I have some DTML that needs to call an external method that returns a dictionary. I don't have any problem referencing the resulting dictionary by doing something like . . . However, I need to do this for several keys, and I don't want to call externalMethod several times. Is there a way