On Thu, May 3, 2012 at 11:29 AM, Jenny Gavin-Wear <[email protected]> wrote: > > Then I tried running the cfinvoke as follows, but it appears I have some > syntax wrong. > > <cfinvoke component="/gallerycomponents/functions.cfc" method="getTags">
No, you use "dot" notation for CFCs. Try <cfinvoke component="gallerycomponents.functions" method="getTags"> -ray ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350982 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

