Ah yes - you are right, and your method would work just fine. I think people forget cfinvoke can take an instance, not just the name of a cfc.
On 9/7/07, Josh Nathanson <[EMAIL PROTECTED]> wrote: > > You don't have to get that complex. Just do > > > > <cfinvoke component="#application.aImage#" method="#method#"> > > I think he said the component name was dynamic as well as the method though, > so he'd need to do this: > > <cfinvoke component="#application[componentname]#" method="#method#"> > > -- Josh > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287989 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

