Hmm, it was my understanding you returned a query for selects. According to the docs - I'm half right. You can return a query, or a 2D array. It does not say you can return an AoS.
On 8/11/07, Jeremy Rottman <[EMAIL PROTECTED]> wrote: > >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? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286041 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

