HELP! I'm working on a proof-of-concept application. The first version had a simple arraycollection bound to a datagrid and a filter function that was attached to a text input.
For the second part of the proof, I need to change the source of the array collection to a "live" data pulled in from ColdFusion via a CFC. The datagrid works perfectly, as expected. However, now the filter function do not work. :-( I get the following error: "TypeError: Error #1009: Cannot access a property or method of a null object reference." I've complied for Flex 2.01 and Flex 3 beta 2 and I'm using CF 8 with IIS v5.1. I've been Googling this all day with no luck. Anyone out there got any ideas? Thanks ahead of time! Demian