Adobe Dreamweaver Forums



Last 10 THreads :         Renaming a project (Last Post : poverbo - Replies : 8 - Views : 15 )           »          Merged Projects Not Appearing in WebHelp TOC (Last Post : hermi14 - Replies : 4 - Views : 5 )           »          Sound.position (Last Post : kglad - Replies : 1 - Views : 2 )           »          Flash-PHP Mail Form (Last Post : kglad - Replies : 1 - Views : 2 )           »          Flash Controls Not Displaying in Embedded File (Last Post : kglad - Replies : 1 - Views : 2 )           »          Making a photo with rounded corners (Last Post : quality11 - Replies : 2 - Views : 3 )           »          Cookies and cflogin (Last Post : idesdema - Replies : 10 - Views : 11 )           »          DW Flash Encoder (Last Post : Hunter Elliott - Replies : 1 - Views : 2 )           »          DIV in Table not working. (Last Post : JoeyD1978 - Replies : 7 - Views : 8 )           »          Web Services (Last Post : DEnglsih - Replies : 0 - Views : 1 )           »         


Home Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
User Info Statistics
Go Back   Adobe Dreamweaver Forums > Other Macromedia/Adobe Products > Flex
 
Tags:



Reply
  #1 (permalink)  
Old 10-03-2008, 05:35 PM
Vesta0424
 
Posts: n/a
Diggs:
Default Help Binding Very Complex Data Structure

To all who are willing to help:

I seem to have lost that part of my brain -- or maybe I never had that brain
part -- that allows me to bind data to components in Flex, at least where it
comes to quite complex data structures.

Attached to this message is the trace of the data structure I am working with
(requestsAC) -- an ArrayCollection of 3 LeaveRequest VOs. Each LeaveRequest
VO is constructed of an Object (Parent) and 2 ArrayCollections (Comments &
Details). I would links displayed for each parent that, when selected, finds
and displays the associated details and comments in a form that the requires
user interaction (i.e, update, cancel, etc.)

I've tried a few things: list & a repeater, but I can't even get a item from
the parent object to bind to anything.

Thanks much, Georgia


LR:

(mx.collections::ArrayCollection)#0
filterFunction = (null)
length = 3
list = (mx.collections::ArrayList)#1
length = 3
source = (Array)#2
[0] (edu.wvu.lrs.command.response::LeaveRequest)#3
comments = (mx.collections::ArrayCollection)#4
filterFunction = (null)
length = 1
list = (mx.collections::ArrayList)#5
length = 1
source = (Array)#6
[0] (Object)#7
commentId = 225
comments = "Jim is out on vaction."
creationDate = "2008-09-25"
lrsParentId = 240
markAsReadFlag = "N"
personId = 111252
visibleToEmpFlag = "Y"
uid = "EDF3FBAA-96EB-1795-31FB-C370DD3293AE"
sort = (null)
source = (Array)#6
details = (mx.collections::ArrayCollection)#8
filterFunction = (null)
length = 1
list = (mx.collections::ArrayList)#9
length = 1
source = (Array)#10
[0] (Object)#11
absAttendanceReasonId = (null)
absenceAttendanceId = (null)
absenceAttendanceTypeId = 22
absenceDays = (null)
absenceHours = 35.5
absInformation1 = (null)
absInformation10 = (null)
absInformation11 = (null)
absInformation12 = (null)
absInformation13 = (null)
absInformation14 = (null)
absInformation15 = (null)
absInformation16 = (null)
absInformation17 = (null)
absInformation18 = (null)
absInformation19 = (null)
absInformation2 = (null)
absInformation20 = (null)
absInformation21 = (null)
absInformation22 = (null)
absInformation23 = (null)
absInformation24 = (null)
absInformation25 = (null)
absInformation26 = (null)
absInformation27 = (null)
absInformation28 = (null)
absInformation29 = (null)
absInformation3 = (null)
absInformation30 = (null)
absInformation4 = (null)
absInformation5 = (null)
absInformation6 = (null)
absInformation7 = (null)
absInformation8 = (null)
absInformation9 = (null)
absInformationCategory = (null)
acceptLateNotificationFlag = (null)
attribute1 = (null)
attribute10 = (null)
attribute11 = (null)
attribute12 = (null)
attribute13 = (null)
attribute14 = (null)
attribute15 = (null)
attribute16 = (null)
attribute17 = (null)
attribute18 = (null)
attribute19 = (null)
attribute2 = (null)
attribute20 = (null)
attribute3 = (null)
attribute4 = (null)
attribute5 = (null)
attribute6 = (null)
attribute7 = (null)
attribute8 = (null)
attribute9 = (null)
attributeCategory = (null)
batchId = (null)
businessGroupId = (null)
comments = (null)
createdBy = 1777
creationDate = "2008-09-25"
dateEnd = "2008-10-19"
dateNotification = (null)
dateProjectedEnd = (null)
dateProjectedStart = (null)
dateStart = "2008-10-22"
lastUpdateDate = "2008-09-25"
lastUpdatedBy = 1777
lastUpdateLogin = (null)
linkedAbsenceId = (null)
lookupCode = "PENDING"
lrsDetailId = 11092
lrsParentId = 240
maternityId = (null)
objectVersionNumber = (null)
occurrence = (null)
periodOfIncapacityId = (null)
pregnancyRelatedIllness = (null)
programApplicationId = (null)
programId = (null)
programUpdateDate = (null)
reasonForNotificationDelay = (null)
requestId = (null)
sicknessEndDate = (null)
sicknessStartDate = (null)
ssp1Issued = (null)
timeEnd = "16:45"
timeProjectedEnd = (null)
timeProjectedStart = (null)
timeStart = "08:15"
validFlag = "Y"
uid = "5AD54793-57D8-6615-8F82-C370DD32144E"
sort = (null)
source = (Array)#10
parent = (Object)#12
authorizingPersonId = (null)
lookupCode = "PENDING"
parent_id = 240
ssoUserId = "111252"
[1] (edu.wvu.lrs.command.response::LeaveRequest)#13
comments = (mx.collections::ArrayCollection)#14
filterFunction = (null)
length = 1
list = (mx.collections::ArrayList)#15
length = 1
source = (Array)#16
[0] (Object)#17
commentId = 226
comments = "sick today"
creationDate = "2008-09-25"
lrsParentId = 241
markAsReadFlag = "N"
personId = 111252
visibleToEmpFlag = "Y"
uid = "2765B78E-3C0D-A27F-3512-C370DD32B574"
sort = (null)
source = (Array)#16
details = (mx.collections::ArrayCollection)#18
filterFunction = (null)
length = 1
list = (mx.collections::ArrayList)#19
length = 1
source = (Array)#20
[0] (Object)#21
absAttendanceReasonId = (null)
absenceAttendanceId = (null)
absenceAttendanceTypeId = 23
absenceDays = (null)
absenceHours = 7.5
absInformation1 = (null)
absInformation10 = (null)
absInformation11 = (null)
absInformation12 = (null)
absInformation13 = (null)
absInformation14 = (null)
absInformation15 = (null)
absInformation16 = (null)
absInformation17 = (null)
absInformation18 = (null)
absInformation19 = (null)
absInformation2 = (null)
absInformation20 = (null)
absInformation21 = (null)
absInformation22 = (null)
absInformation23 = (null)
absInformation24 = (null)
absInformation25 = (null)
absInformation26 = (null)
absInformation27 = (null)
absInformation28 = (null)
absInformation29 = (null)
absInformation3 = (null)
absInformation30 = (null)
absInformation4 = (null)
absInformation5 = (null)
absInformation6 = (null)
absInformation7 = (null)
absInformation8 = (null)
absInformation9 = (null)
absInformationCategory = (null)
acceptLateNotificationFlag = (null)
attribute1 = (null)
attribute10 = (null)
attribute11 = (null)
attribute12 = (null)
attribute13 = (null)
attribute14 = (null)
attribute15 = (null)
attribute16 = (null)
attribute17 = (null)
attribute18 = (null)
attribute19 = (null)
attribute2 = (null)
attribute20 = (null)
attribute3 = (null)
attribute4 = (null)
attribute5 = (null)
attribute6 = (null)
attribute7 = (null)
attribute8 = (null)
attribute9 = (null)
attributeCategory = (null)
batchId = (null)
businessGroupId = (null)
comments = (null)
createdBy = 1777
creationDate = "2008-09-25"
dateEnd = "2008-09-24"
dateNotification = (null)
dateProjectedEnd = (null)
dateProjectedStart = (null)
dateStart = "2008-09-24"
lastUpdateDate = "2008-09-25"
lastUpdatedBy = 1777
lastUpdateLogin = (null)
linkedAbsenceId = (null)
lookupCode = "PENDING"



Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



© Camley Interactive (camley.info) 2008 - all logos and images are copywrite their respective owners.
Proud member of the Camley Interactive Network
All times are GMT. The time now is 10:20 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
Cheap Car Insurance - Compare Motor Insurance
Endsleigh Car Insurance Natwest Car Insurance
More Than Car Insurance Norwich Union Car Insurance
Prudential Car Insurance Zurich Car Insurance
Inactive Reminders By Mished.co.uk