PDA

View Full Version : expose the ExceptionData object in all EL events


binkle
07-Feb-2011, 01:26 PM
Hi,
I like to use http websend mode and like to submit the UseEmail entered by the use in the EL dialog.
To be able to do this I need access to the ExceptionData--> ExceptionOutData--> UserEmail;
Please pass this object with all EL events.

Greetings

Harry

binkle
07-Feb-2011, 02:40 PM
found a workaround:
I load the address from the el settings file:
XmlFileData data = new XmlFileData(EurekaLogMisc.GetRealFileName("Advanced.xml"));
string userEmail = data["UserEmail"];


Greetings

Harry