Hello Chetan, Wednesday, August 21, 2002, 1:52:13 PM, you wrote: CK> Hi CK> I have not been able to use this approach. Following is the problem. CK> return AnotherZPT(results=results) sorry, my mistake.. it is of course: return context.AnotherZPT(results=results) :) -- Geir Bækholt web-developer geirh@funcom.com funcom oslo | webdev-team
Geir Bækholt wrote:
Hello Chetan,
Wednesday, August 21, 2002, 1:52:13 PM, you wrote:
CK> Hi CK> I have not been able to use this approach. Following is the problem.
CK> return AnotherZPT(results=results)
sorry, my mistake..
it is of course:
return context.AnotherZPT(results=results)
How do I use this returned dictionary ? Where do I define/replace ?
Chetan Kumar writes:
return context.AnotherZPT(results=results)
How do I use this returned dictionary ? Where do I define/replace ? Do you read something else than the mailing list?
Look at the Zope Book, chapter "Page Templates", term "options"... Dieter
participants (3)
-
Chetan Kumar -
Dieter Maurer -
Geir Bækholt