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.

Remote Object Problem

Avatar

Level 2
Ive been trying to use a remote object to access data from my
server.

In my java class I need to use an object of another class.
When I try to do that Im not getting any error, but I could not use
the object for the reason unknown to me. Pls help.
2 Replies

Avatar

Level 1
Have you try adding

<mx:TraceTarget> tag in your mxml ? and run your
application in debug mode.