> 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.
>

I wouldn't do it like that. Remember that the CFA_Container tag will
auto-create the container ob when it has to. So, I'd put the cfa_container
tag on the first page, pass in r_containerID, get the ID, save it to a
global vars type file, and from then on, when you want to use that
container, use cfa_container and pass in the ID. Do not use
cfa_contentobject.

=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

"My ally is the Force, and a powerful ally it is." - Yoda


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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.

Reply via email to