I wimped out on this problem due to exigency of time and just popped the DDO data into session scope and retrieved the key properties back to the original output scope when the popup told me it had closed. Do NOT just assign the whole output scope on return as this has no persistence to the next step of the PLP (there must be a copy floating around). Just assign properties. Inelegant, but it worked.
Rich ----- Original Message ----- From: "Nikki Forshaw" <[EMAIL PROTECTED]> To: "Spectra-Talk" <[EMAIL PROTECTED]> Sent: Friday, September 28, 2001 5:34 AM Subject: plp help > Getting the DDO from another window while the PLP is running. > > My problem is the following > I have a PLP defined steps the user trough a couple of handler to obtain > some details. At a sertain point in this PLP it fires off a popup window for > printin purposes and this window is suppose to get the DDO from the PLP and > format the already inputted information into a formatted printable document. > > > > When I start the PLP it get's created with a UUID or if the user is logged > on , with his username. He selects the steps and a session var get's set > with the current PLP id . So I have a session var for the username and the > PLPid, but no instance id. > > How do I get the instance id of the current PLP and so when I do a > cfa_PLPinstanceGet the returned DDO is the actual DDo that has been filled > in so far. Cause at the moment I get a empty DDO. Must I update the instance > or is there another way of getting the DDO from the current PLP ?? > > If I do a cfa_plpInstanceGet it returns me a instance id but I am not sure > that is the ine that I have stated with my cf_PLP... any help .. > > > ********************************************************************* > NOTICE - This message contains privileged and > confidential information intended only for the use of the > addressee named above. If you are not the intended > recipient of this message, you are hereby notified that > you must not disseminate, copy or take any action in > reliance on it. If you have received this message in error, > please notify Investec Group, its subsidiaries or associates, > immediately. Any views expressed in this message are > those of the individual sender, except where the sender > specifically states them to be the view of Investec Group, > its subsidiaries or associates. > ********************************************************************** > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the mailserver that powers this list at http://www.coolfusion.com ------------------------------------------------------------------------------ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
