![]() |
![]() |
||||||
|
|||||||
| Tags: |
![]() |
|
|||
|
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" |
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
- Contact Us
-|-
Adobe Dreamweaver Forums -|-
Archive -|-
Top -|-Rules/Disclaimer-|-Help/Support-|-Advertise