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

vscmaster
vscmaster
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
3

Discussions

Discussions
1

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by vscmaster
Customize the badges you want to showcase on your profile
Re: RemoteObject - Adobe LiveCycle 18-12-2008
you'll have this in AS....import mx.rpc.events.FaultEvent;import mx.rpc.events.ResultEvent;import mx.rpc.remoting.RemoteObject;var ro:RemoteObject = new RemoteObject();ro.destination = "ordering";ro.addEventListener(FaultEvent.FAULT,findAllFaultHandler);ro.addEventListener(ResultEvent.RESULT, resultHandler);ro.getAllGoods();

Views

178

Likes

0

Replies

0
Re: Flex - Spring - BlazeDC - Adobe LiveCycle 12-12-2008
Thanks a lot!!! This is my mistake, I lost {context.root}

Views

148

Likes

0

Replies

0