[Zope] Redirect with results of script to another ZPT
Chetan Kumar
chetan@cdac.ernet.in
Wed, 21 Aug 2002 18:13:49 +0530
Geir B=E6kholt wrote:
>Hello Chetan,=20
>
>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=3Dresults)
>
>sorry, my mistake..
>
>it is of course:
>
>return context.AnotherZPT(results=3Dresults)
>
How do I use this returned dictionary ?
Where do I define/replace ?
> =20
>