Hey All, I've customized ajaxCFC to run all calls through a master handler CFC in the app root. It takes all calls and passes them through to CFCs ina non-web accessible directory with access of "public".
To do so I got into the jquery.AJAXCFC.js file and altered the "data" that is passed through to include 2 new arguments "componentName" and "methodName". Works great...those 2 args get serialized alng with form data and passed into the master handler which then invokes the actual CFC using the specified componetName and methodName. My problem is I'd prefer to have those 2 custom args passed in another wya so they aren't part of the data array that ajaxCFC passes behind the scenes. This is so I can use the ajaxCFC call arg of "processData: false" when I'm not actually posting a form (like just packaging some HTML in a CFC to be displayed in a DIV). If I set processData to false now, my custom componentName and methodName don't get passed and my master handler CFC bombs. That may have been a bit convoluted, but the basic question is.....has anybody added their own custom args to the jQuey implementation of ajaxCFC? Rob G?? ;-) TIA Cheers -- Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [email protected] web: www.electricedgesystems.com Notice: This message, including any attachments, is confidential and may contain information that is privileged or exempt from disclosure. It is intended only for the person to whom it is addressed unless expressly authorized otherwise by the sender. If you are not an authorized recipient, please notify the sender immediately and permanently destroy all copies of this message and attachments. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328734 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

