Steve
Member since Dec 11, 2008
- Profile: /members/1553-steve.htm
- Comments: 4
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 »