Oh my gosh, another Reuben. Now, I'm gonna get all confused and stuff!
In <[EMAIL PROTECTED]>, Reuben
Poon ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote:
> Raymond,
>
> Sorry, that was a typo. It should have read "name".
>
> Reuben
>
>
> -----Original Message-----
> From: Raymond K. Camden [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 08, 2000 11:07 AM
> To: [EMAIL PROTECTED]
> Subject: RE: CFModule Parent/Child Tags
>
>
> I have no problems with any of what you said below Reuben. My email was
> specifically responding to what you called a bug about calling CFMODULE with
> "name." instead of "name.cfm".
>
> =======================================================================
> Raymond Camden, Cold Fusion Jedi Master for Syntegra (www.syntegra.com)
> Allaire Certified Instructor and Member of Team Allaire
>
> Email : [EMAIL PROTECTED]
> ICQ UIN : 3679482
>
> "My ally is the Force, and a powerful ally it is." - Yoda
>
>
> > -----Original Message-----
> > From: Reuben Poon [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, May 08, 2000 12:35 PM
> > To: '[EMAIL PROTECTED]'
> > Subject: RE: CFModule Parent/Child Tags
> >
> >
> > Raymond,
> >
> > If you have nested CFMODULE tags like the following:
> >
> > <CFMODULE TEMPLATE="BUTTONS.cfm">
> > <CFMODULE TEMPLATE="BUTTON_ITEM.cfm" />
> > </CFMODULE>
> >
> >
> > Then in your button_item.cfm file you need to use the following:
> > <CFASSOCIATE BASETAG="CF_BUTTON">
> >
> > instead of
> > <CFASSOCIATE BASETAG="CF_BUTTONS"> or
> > <CFASSOCIATE BASETAG="BUTTONS"> or
> > <CFASSOCIATE BASETAG="BUTTON">
> >
> >
> > Also, in the child CFMODULE call: <CFMODULATE TEMPLATE="BUTTON_ITEM.cfm />
> > the ending slash is very important. You CAN NOT use <CFMODULATE
> > TEMPLATE="BUTTON_ITEM.cfm"> without using an end </CFMODULE> tag
> > or closing
> > that tag with />.
> >
> > So you can write
> > <CFMODULE TEMPLATE="BUTTON_ITEM.cfm" /> or
> > <CFMODULE TEMPLATE="BUTTON_ITEM.cfm"></CFMODULE>
> >
> >
>
> > -----Original Message-----
> > From: Raymond K. Camden [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, May 08, 2000 9:23 AM
> > To: [EMAIL PROTECTED]
> > Subject: RE: CFModule Parent/Child Tags
> >
> >
> > What bug? Your saying you can't do:
> >
> > <CFMODULE TEMPLATE="buttons.cfm"> and that you have to use:
> >
> > <CFMODULE TEMPLATE="buttons."> ?? I've never seen that before.
> > Are you sure
> > or am I misreading you.
> >
>
> ----------------------------------------------------------------------------
> --
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> ------------------------------------------------------------------------------
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
>message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
>
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.