You don't have to get that complex. Just do

<cfinvoke component="#application.aImage#" method="#method#">

No need to copy it to a local variable.

On 9/7/07, Qasim Rasheed <[EMAIL PROTECTED]> wrote:
> 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.....
> >
> >
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287974
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to