> On the web page, I have:
> <cfinvoke component="/includes/breadcrumb.cfc"  
> method="create_breadcrumb">

Component paths are described using dots, not slashes. Also, you don't
specify the file extension. Finally, since your CFFUNCTION doesn't output
anything, you need to capture the return value:

<cfinvoke component="includes.breadcrumb" method="create_breadcrumb"
returnvariable="breadcrumb">
<cfoutput>#breadcrumb#</cfoutput>

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Training: Adobe/Google/Paperthin Certified Partners
http://training.figleaf.com/

WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers!
http://www.webmaniacsconference.com/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

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