post (and get) parameters are available in ParameterParser which is passed
into Actions and Screens in the RunData object.

int id = data.getParameters().getInt("contactID")

John

----- Original Message -----
From: Nissim Karpenstein <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 05, 2000 3:23 PM
Subject: Passing data between screens and actions.


> OK, here's the scenario:
>
> A button is pressed on the Contact screen to call the ContactAction.
> Based on the data in the POST, the ContactAction wants to show the
> NewContact screen, and it wants to pass the contactID from the contact
> screen (also in the post data) to that NewContact screen.
>
> How should I pass the contactID?
>
> through the standard session that I get from data.getSession?
>
> -Nissim
>
>
> ------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]
>



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to