I'd perhaps debug this line:

var populateConferencePresentations = function(presentation)

You can add a breakpoint in Chrome Dev Tools or Firebug. Or - you could simply

console.dir(arguments) to see what is being passed to the callback.


On Wed, Sep 12, 2012 at 10:23 AM, Greg Morphis <gmorp...@gmail.com> wrote:
>
> I'm playing around with the cfajaxproxy example on adobe livedocs and
> everything looks right, I get
> "Timestamp: 9/12/2012 10:15:55 AM
> Error: TypeError: presentation is null
> Source File: http://localhost:81/resources/demo.cfm?reset=1
> Line: 44"

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352520
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to