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.

=======================================================================
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 11:59 AM
> To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
> Subject: RE: CFModule Parent/Child Tags
>
>
> For everyone interested, I fixed my problem with the nested CFMODULE tags.
> Thank you very much James Sleeman for your help.
>
> The solution is two-fold.  First, Cold Fusion has a bug that truncates the
> last character of the custom tag so when my custom tag file name is
> "buttons.cfm" the CFMODULE tag name becomes "button."  Second, when using
> CFASSOCIATE to associate a child tag with its parent tag (which are both
> CFMODULE calls), you need to prepend CF_ to the custom tag name.
> Therefore,
> the CFASSOCIATE tag becomes
>
> <CFASSOCIATE BASETAG="CF_BUTTON">
>

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

Reply via email to