Answered
RemoteObject result to display in TextInput field
Hi, all. I am getting a one record result set from a
RemoteObject call to a CFC. No problems there. I then put that into
an ArrayCollection. Next, I want to display the individual fields
in a form using TextInput fields. I can't find any documentation on
how to get the fields out.
The fields returned are ID, TicketNumber, Title, URL, etc. Again, only 1 ticket is returned in the query.
I tried:
<mx:TextInput id="txtinputTicketNumber" text="{AltirisDetailsResultArray.TicketNumber}"/>
But I get an error when compiling:
1119: Access of possibly undefined property TicketNumber through a reference with static type mx.collections:ArrayCollection.
I tried various other ways, but nothing works.
Thanks, all.
The fields returned are ID, TicketNumber, Title, URL, etc. Again, only 1 ticket is returned in the query.
I tried:
<mx:TextInput id="txtinputTicketNumber" text="{AltirisDetailsResultArray.TicketNumber}"/>
But I get an error when compiling:
1119: Access of possibly undefined property TicketNumber through a reference with static type mx.collections:ArrayCollection.
I tried various other ways, but nothing works.
Thanks, all.
