RE: [ACFUG Discuss] Returning JSONP with Coldfusion 9 cfc

2013-12-05 Thread Wilson, Brooks
to:brooks.wil...@atl.frb.org> From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Steve Drucker Sent: Thursday, December 05, 2013 2:04 PM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Returning JSONP with Coldfusion 9 cfc Try this: select firstname, lastname from people

Re: [ACFUG Discuss] Returning JSONP with Coldfusion 9 cfc

2013-12-05 Thread Steve Drucker
Try this: ** * * * select firstname, lastname* * from people* ** ** ** On Thu, Dec 5, 2013 at 1:59 PM, Steve Drucker wrote: > It's covered here: > > http://training.figleaf.com/curriculum/cfjqm.cfm > > > On Thu, Dec 5, 2013 at 1:57 PM, Wilson, Brooks > wrote: > >> Greetings: >>

Re: [ACFUG Discuss] Returning JSONP with Coldfusion 9 cfc

2013-12-05 Thread Steve Drucker
It's covered here: http://training.figleaf.com/curriculum/cfjqm.cfm On Thu, Dec 5, 2013 at 1:57 PM, Wilson, Brooks wrote: > Greetings: > > > > I’m beginning to think it isn’t possible for CF 9.01 to return JSONP? I am > using jQuery 1.10.2 on a client to request a JSONP object. See the > follo