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

jrief
jrief
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
2

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by jrief
Customize the badges you want to showcase on your profile
Re: Problem accessing results from DataService fill method - Adobe LiveCycle 30-06-2006
Thank you sir. That did the trick.

Views

90

Likes

0

Replies

0
Problem accessing results from DataService fill method - Adobe LiveCycle 29-06-2006
I've set up an application that gets data from a data serviceconfigured with a java-dao adapter. If I define a DataGridwith thearray populated by the fill method I see the data in thegrid. Cool.So I know I've configured and coded everything correctly.However, if I try to access the data with the following code,itappears my array is empty! ray = new ArrayCollection(); ds = new DataService("assets"); ds.fill(ray); var asset:Asset = ray[0];This gives me an index '0' out of bounds error. I've alsotr...

Views

438

Likes

0

Replies

2