can't you just cfinvoke the method from inside the first method? -Ken
---------- Forwarded message ---------- From: Mike Oldfield <[EMAIL PROTECTED]> Date: Mar 11, 2007 4:58 PM Subject: Subject: How to invoke a method from inside another method in a cfc To: CF-Talk <[email protected]> Hello everybody, somebody knows how can I invoke a method from inside another method in a cfc? Please help me! I have something like this: <cffunction name="method1"...> ... <cfif...> do method 2 </cfif> </cffunction> <cffunction name="method2"...> ... </cffunction> Thanks for your help ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272319 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

