Sean Corfield wrote:
I'm actually working on this now. Thus far I have it narrowed down to this: when doController() is called, arguments.cfc is not a structure, it's an empty string, so the <cfif structKeyExists(arguments.cfc ...> bit in that function blows up.I'd like to be able to support OpenBD but I can't figure out what's wrong, after making all the syntax changes needed to get the basic code to "run"...
This is called from onRequest, specifically doController(request.controller), but when I dump the request scope in the onRequest method, request.controller is an empty string. I'd give you line numbers but I'm modifying the CFC heavily as I go so the line numbers would be rather irrelevant.
Still digging further to see why the controller isn't getting set but maybe that much will conjure up some thoughts. I'll let you know what I find as I dig further.
-- Matthew Woodward [email protected] http://www.mattwoodward.com/blog Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html
smime.p7s
Description: S/MIME Cryptographic Signature
