I believe this will work <cfset cfc = application.aImage /> <cfset method = 'updateIm' />
<cfinvoke component="#cfc#" method="#method#"> ...... your arguments here <cfinvoke> HTH On 9/7/07, Andrew Grosset <[EMAIL PROTECTED]> wrote: > > >Have you tried using cfinvoke? > > see where it says > > "This works but I'm not accessing the cfc in the application scope which > rather defeats the purpose of writing it into the application scope." > > there is a cfinvoke example..... > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287973 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

