1. Passing an ArrayCollection from ColdFusion to Flex (with BlazeDS) stackoverflow.comWhen pushing objects from ColdFusion to Flex via BlazeDS, and mapping the classes using RemoteClass...
...is it possible to have ColdFusion "Arrays" (or some Java equivalent) automatically mapped to ActionScript ArrayCollections?
This ... |
2. ActionScript/Flex ArrayCollection of Number objects to Java Collection |
3. LCDS - Expect List |
4. ArrayCollection not returning absolute length when filterfunction is apllied on it stackoverflow.comMy Dataprovider for a grid is an arrayCollection which is dynamically loaded with Objects . for example : a person object with persionID,PersonName ..etc . I applied a filter function on my ... |
5. instead of arrayCollection stackoverflow.comI am trying to return values from java into flex front end using BlazeDs.Successfully blazeds is connecting while retrieving the values it is showing [object Asynvtoken] am not getting values from ... |
6. Unknown AMF type '16':issue in using arraycollection at java end recieved from flex end using AMF stackoverflow.comwhile calling a java side function from flex side I am having following problem this works java side
flex side
while this doesn't work
java side
|
7. Possible to get Flex to use custom ArrayCollection for remote object from server? stackoverflow.comI am thinking of writing a subclass of ArrayCollection, similar to ClearToolkit's that can be smart about managing my remote objects when coming back from BlazeDS. I am wondering if it is ... |