Dave Phipps
Member since Feb 15, 2009
- Profile: /members/2938-dave-phipps.htm
- Comments: 3
Recent Blog Comments By Dave Phipps
-
Learning ColdFusion 8: Javascript Object Notation (JSON) Part I - Data Conversion
Posted on May 20, 2009 at 6:00 PM
This is the way I ended up implementing which I found on another blog (sorry can't remember which one): Build an array from the query (using cf8 implicit arrays): <cfloop query="sortPeople"> <!--- Array that will be passed back needed by jqGrid JSON implementation ---> <cfset arrPer... read more »
-
Learning ColdFusion 8: Javascript Object Notation (JSON) Part I - Data Conversion
Posted on Feb 15, 2009 at 7:39 PM
Bit late coming to this one but do you know if there is a way for SerializeJSON to not return null when there is an empty string value from a db query? I have just noticed that Internet Explorer (7 and 8b2) populates my html form with the text "null" whenever there is an empty value. The JSON cont... read more »