Hi all
The situation
------------------OneZPT------------------ <FORM action SomePythonScript> selections </FORM> -----------------------------------------
---------------SomePythonSript----- results=SomeSQL(pass selections from OneZPT> RESPONSE.redirect(AnotherZPT) -----------------------------------------
I need to get the results in AnotherZPT.
-------------AnotherZPT-------------- <table> <tr somehow get the results from SomePythonScript triggered by OneZPT> <td> display here </td> </tr> </table> ----------------------------------------- What is the way out ?
This is a compromise solution for my requirements. Earlier, I wanted to return the results to OneZPT where I would have rendered. This seems to be a bit tricky to me at this moment.
TIA Chetan