Community Member Profile
- Profile: /members/1553-Steve.htm
- Comments: 4
- Points: 1
Recent Blog Comments By Steve
-
Learning ColdFusion 8: OnMissingMethod() Event Handler
Posted on Jul 25, 2008 at 1:37 PM
That's the way it will have to be I guess. The methods of my web service are supposed to return JSON formated structures so I hate to blast them with a bunch of html that makes up the CF error response. Oh well.... read more »
-
Learning ColdFusion 8: OnMissingMethod() Event Handler
Posted on Jul 25, 2008 at 1:26 PM
I tried adding access=remote and it didn't help. I am writing a REST web service so I didn't want it to return all that CF Error stuff to the requester if someone made a call to a method that didn't exists. I wanted to just return a string with an error.... read more »
-
Learning ColdFusion 8: OnMissingMethod() Event Handler
Posted on Jul 25, 2008 at 1:00 PM
I can't get onMissingMethod to work with my CFC when it is accessed through a URL. It works fine when invoked from CF but when I try to invoke it through a URL I get: The method [methodname] was not found in component [component path].... read more »
-
ColdFusion Query of Queries Unexpected Data Type Conversion
Posted on Mar 31, 2008 at 3:37 PM
This is just what I needed! I retrieved a query and modified it using QueryAddColumn: <cfset ArraySet(MyArray,1,themembers.recordcount,JavaCast("boolean",true))> <cfset QueryAddColumn(themembers,"Signer","bit",MyArray)> Notice that I used JavaCast AND set the column t... read more »



