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

Selcuk_Bozdag
Selcuk_Bozdag
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Selcuk_Bozdag
Customize the badges you want to showcase on your profile
Re: Nested data display from a WebService - Adobe LiveCycle 21-03-2008
Thanks very much. Yes, it worked the same way as you told.Furthermore, I use labelFunction attribute of DataGrid to handleall items in one place which I feel more comfortable.Selcuk Bozdag

Views

102

Likes

0

Replies

0
Nested data display from a WebService - Adobe LiveCycle 13-03-2008
Hi,I publish a WebService using Apache CXF backing a Java App.This Java application simply serves an array of Person objects:Person{ id:int, name:String, nationality:Nation }Nation{ id:int, name:String }I am trying to list all person records using a DataGrid.Below is the mxml file. (ws is the WebService variable)id and name fields are all well displayed. But nationality isjust "object Object" which makes no sense.I googled and found some solutions but could not make themworked. One of the exampl...

Views

342

Likes

0

Replies

2