Steve,

The following works for me:

Set
IF news content
request.the_navid2 to be the nav alias of the page/section you wish you content to inherit the leading part of the breadcrumbs from .
request.includeself to "0"
request.Title to title of newst content
ELSE
request.includeself to "1"
request.Title to title of content


Then the following code displays the breadcrumb in your page footer.
<skin:breadcrumb
    separator=" / "
    here="#request.Title#"
    objectID=#request.the_navid2#
    includeSelf="#request.includeself#"
    >

HTH,
Chris.

Collins, Steve wrote:
Well not sure what you have going on there :)  But you might try 
removing the objectid attribute from the breadcrumb and simply doing 
<cfset request.navid=application.navid.eventcalendar> before you call 
the breadcrumb -- i prefer to have the attributes passed in, but that 
should certainly force the breadcrumb tag to behave correctly.
    

Nope.  Nothing...  Nada...  Zip...

Bizarro.  I'm using 2.1 Beta 2 if that changes anything...

Steve
--
Stephen Collins
Online Services
eBusiness Division
__________________________________________________
Department of Industry, Tourism and Resources 
Level 12, 20 Allara Street, Canberra City ACT 2600
GPO Box 9839, Canberra ACT 2601

E [EMAIL PROTECTED]
P +61 2 62137193
C +61 410 680722
F +61 2 62136227


**********************************************************************
The information contained in this e-mail, and any attachments to it, is
intended for the use of the addressee and is confidential. If you are not the intended recipient you must not use, disclose, read, forward, copy or retain any of the information. If you have received this e-mail in
error, please delete it and notify the sender by return e-mail or telephone.
The Commonwealth does not warrant that any attachments are free from viruses or any other defects. You assume all liability for any loss, damage or other consequences which may arise from opening or using the attachments.
***********************************************************************************



  
---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to