Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

RemoteObject Error handling

Avatar

Former Community Member
i have an app that works on my local machine, but when i try
to move it to a Coldfusion server, it doe snot find the source,
called by the Remote Object.





it there a way to display the full path, of where it's
looking for my cfc in the fault hander?



Thanks!
1 Reply

Avatar

Level 2
Hi,



If you are debugging your Flex application and have a break
point in the fault event handler, then you can try checking out the
event.target and then check out the properties of the event.target.



Hope this helps.