>What do you see in Firebug? I cannot stress enough (and this it to >_everyone_ who is playing with Ajax for the first time) the CRITICAL >important of Firebug. it lets you see the Ajax requests and what they >are returning. > >Now if I had to guess - I'd bet that this.dsn doesn't equal anything >as I didn't see it set. This is where Firebug would help. You would be >able to see the request, and response, and possibly the error I just >mentioned in the response. > > >>
this.dsn was set further in in my cfc. The functions I posted where just part of the over all cfc. I finally figured out what the issue was. It was because I was returning an Array of Structures to the attribute. I still have yet to find a work around for this issue. It seems that the bind element only accepts a 2d Array. I say bah to this. There has to be a away for the bind attribute to accept a AoS as a viable datasource. Seeing as which the adobe api documentation says that the cfc bind type is an AoS. Anyone have a clue how this can be done with an AoS? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286039 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

