Are scoped variables available in an xAgent, where all the code is written in the afterRenderResponse event? The agent outputs some XML that is used in a page where a XML data table is used to display the resulting XML. I would like some values calculated in the xAgent script to be visible on the results pasge as computed values but using sessionScope (or any other scoped) variables doesn't seem to work.
If not, any ideas on how I could grab values from the xAgent, other than the XML generated, and put them in a computed field on the results page?
Thanks fellow developers.