Yeah, that's what I was getting at (posted too hastily).

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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

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

Reply via email to