On Wed, 05 Jul 2000, you wrote:
> 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?

If I understand you correctly you can do this:

Using WM templates - 
data.getTemplateInfo().setTemp("contactid", contactID);

Or 
Use the temp hashtable with TurbineUser
data.getUser().setTemp("contactid", contactID);

Hope this helps,
-- 
dave
[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