Hey Bruce, I'm having a problem with the eval funtion returning a null, can you help me?Here's my code snippet:var tempRetCust = objFragment.resolveNode("returnCustomerObj"); //this is goodvar objCustomer = myCustomerObject; tempRetCust= objCustomer.toSource(); app.alert("tempRetCust "...