Johan,
Our client wanted an additional navigation interface to their site that
could be maintained through Spectra. This navigation wouldn't necessarily
link to locations in their site. It would also link out to other sites, so
it doesn't really act like as in-site navigation.
Ray,
My real question is this: What conventions are people using for creating
shared containers? The way I did it was to create a new container and then
record it's objectID. I then commented out the creation of the container and
placed a CFA_contentObject tag with the container's generated objectID on
the page.
That doesn't seem to be very elegant to me. I was wondering if anyone has
come up with a better way of creating shared containers.
Thanks for your time all,
Nate
----------
<!---
<CFA_contentObjectCreate
DATASOURCE="#request.cfa.objectstore.dsn#"
TYPEID="[containerTypeID]"
RID="theID"
>
--->
<CFA_contentObject
DATASOURCE="#request.cfa.objectstore.dsn#"
OBJECTID="[theID]"
METHOD="display_dropdown"
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.