> What does it mean by OCCLUDE and CF_TagName Construct???
>
> "Warning","TID=355","07/13/00","08:17:10","In a CF_TagName construct
custom
> tag file 'C:\CFUSION\CustomTags\K_Tags\BrowserCheck.cfm' will occlude
custom
> tag file 'C:\CFUSION\CustomTags\R_Tags\BrowserCheck.cfm'."

CF finds custom tags by starting in the CustomTags directory and recursing
its way through.  CF found two copies of BrowserCheck.cfm (one in K_Tags and
one in R_Tags), and the error message is meant to alert you that the first
one (K_Tags) will be the one used to handle requests made through
"<CF_BrowserCheck>".  In other words, the first file will occlude the
second.

Regards,
Seth Petry-Johnson
Argo Enterprise and Associates

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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