Guest_imported
New member
- Jan 1, 1970
- 0
I have a cgi that i made that has 3 pageproducers.. one is for the inquiry, the second is for the main response, and the third will be details more in depth for the response. Getting the data isnt a problem, but I dont know how to send data from the second pageproducer to the third without embedding it into the html. I want to just set up a global variable in webmodule, but for some reason, I cant get it to work. How do I set up a global var? (I tried to set the HTMLDoc.text of pageproducer3 in the action of page producer two and then display it in another action, but it doesnt work. I think its making multiple instances of it)