Oups !
Sorry, I gave a false url
 
try this one :
 
----- Original Message -----
To: Turbine
Sent: Thursday, December 28, 2000 3:24 PM
Subject: Re: Action interact with a Screen?

U can use RunData.getSession(). session is a kid of HachTable and you can keep all objects you need during the session.
U can also use RunData.getParameters(). parameters keep the values from a screen to an other screen (URL data) but when
the next screen is display, RunData.getParameters() lose the values.
 
 
 
----- Original Message -----
From: lvjin
To: turbine
Sent: Thursday, December 28, 2000 11:09 AM
Subject: Action interact with a Screen?

Hi, all
I am doubt that how Action transfer value to Screen? Should I put data in RunData object?
 
 
lvjin

Reply via email to