On 5/31/07, Robertson-Ravo, Neil (RX)
<[EMAIL PROTECTED]> wrote:
> What about cfinvoking a method in an already persisted object, I.e. Using
> component="#application.foo#"

I personally can't think of any reason to use cfinvoke to call a
method of an already instantiated object.

You couldj ust go

<cfset results = application.foo.method()>

or

<cfscript>
  results = application.foo.method();
</cfscript>

and either would be prettier than cfinvoke.

IMO ;)

Rick

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279750
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