Big thanks to Brad and Stephane. It did work properly now once I set format as
"Plain".
~|
Want to reach the ColdFusion community with something they want? Let them know
on the House of Fusion mailing lists
Archive:
http://w
ntation of your result set.
~Brad
Original Message ----
Subject: Re: JSON object error
From: sandeep saini
Date: Fri, March 12, 2010 3:41 pm
To: cf-talk
When I use
"http://127.0.0.1:8500/prototype/getData.cfc?method=rptData&idval=04";
in URL, I get f
Hello, you should return it as 'plain', and not as json (it 'double jsonencode'
it then)
> When I use "http://127.0.0.1:8500/prototype/getData.
> cfc?method=rptData&idval=04" in URL, I get following displayed
> in browser-
> "{\"COLUMNS\":[\"REPORT_NAME\"],\"DATA\":[[\"AAA\"],[\"BBB\"]
When I use
"http://127.0.0.1:8500/prototype/getData.cfc?method=rptData&idval=04";
in URL, I get following displayed in browser-
"{\"COLUMNS\":[\"REPORT_NAME\"],\"DATA\":[[\"AAA\"],[\"BBB\"]]}"
Looks like the JSON object is properly get created. Then not sure whats wrong
~
Is the server call erroring? Use FireBug or MS Fiddler to capture the
actual ajax request and confirm the status code and response body.
~Brad
Original Message
Subject: JSON object error
From: sandeep saini
Date: Fri, March 12, 2010 3:22 pm
To: cf-talk
guys,
I am getting
guys,
I am getting following error when i access a CFC from Bind attribute of
CFSELECT-
"Bind failed for select box,bind value is not a 2 D array or valid serialized
query."
Here is my component:
_
>
select REPORT_NAME from advanc
6 matches
Mail list logo