Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

RemoteObject Error handling

Avatar

Level 4
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!
0 Replies

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.