Well you wouldn't want to do it for a web service. But yes, you can pass components to and from components AFAIK.
"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -----Original Message----- From: Kevin Aebig To: CF-Talk Sent: Tue Apr 17 21:21:03 2007 Subject: RE: Global Component Mapping... perfect. One last question... is it possible to return a created Object back from a CFC? EX. <cfcomponent displayname="kConnection"> <cfset componentName = "kConnection"> <cffunction name="createRequest" returns="webservice" output="false"> <cfargument name="wsdl" type="string" required="true"> <cfset sfdc = createObject("webservice", attributes.wsdl)> <cfreturn sfdc> </cffunction> </cfcomponent> Thanks for help, !k -----Original Message----- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 17, 2007 2:06 PM To: CF-Talk Subject: Re: Global Component so use the application scope. Load it in at app start up. Job done, or do you mean you want to load it from a common path? If so then use a mapping to it "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -----Original Message----- From: Kevin Aebig To: CF-Talk Sent: Tue Apr 17 21:02:55 2007 Subject: RE: Global Component I just want to be able to easily access the same component from any application scope with the same ease as using a custom tag... !k -----Original Message----- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 17, 2007 1:47 PM To: CF-Talk Subject: Re: Global Component Eh? You mean a component within a shared scope? "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -----Original Message----- From: Kevin Aebig To: CF-Talk Sent: Tue Apr 17 20:46:33 2007 Subject: Global Component This might sound ridiculous, but I'm trying to have an easily accessible CFC that would be somewhat similar to a Custom Tag. I'm thinking that its possible, but for the time being I'm running blank. Thanks, !k -------------------------------------------------------------- [ K n o w l e d g e E n a b l e d S y s t e m s ] Business Solutions + Creative Services + Security Consulting Web: www.keslabs.com <http://www.keslabs.com/> Email: [EMAIL PROTECTED] Phone: 306.683.6451 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275635 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

