Installation guide

The following tags added in CFMX are not supported by BlueDragon, and will generate
run-time errors when processed by BlueDragon:
Unsupported CFMX Tags
CFCHART CFLOGIN CFTRACE
CFCHARTDATA CFLOGINUSER
CFCHARTSERIES CFLOGOUT
4.3 Supported with Limitations
The following CFML tags are supported by BlueDragon with differences and limitations
relative to the CFMX implementation as noted; tags are listed alphabetically.
4.3.1 CFAPPLICATION
BlueDragon does not support the
LoginStorage attribute, introduced in CFMX 6.1.
4.3.2 CFARGUMENT
When a
TYPE of boolean value is specified in CFARGUMENT, any value passed into the
CFFUNCTION is converted internally to a CFML boolean variable type, if the value passed
in is
YES/NO, 1/0, or true/false. This can cause unexpected results if you test for the
original value passed in, such as
1 or 0. Therefore, you should always treat boolean
arguments as such when doing conditional processing (such as
CFIF or CFCASE) within
the function, and not attempt to treat them as numbers or strings.
4.3.3 CFCACHE
BlueDragon does not support the attributes TimeSpan and CachedDirectory, which
were added in CFMX. They are simply ignored.
4.3.4 CFCOLLECTION
BlueDragon does not support the
Language attribute. The default is always English.
Additionally, BlueDragon does not support the
MAP, OPTIMIZE, or REPAIR values for the
ACTION attribute, as these are not required due to differences in the underlying search
engine technology.
See additional compatibility information under
CFINDEX and CFSEARCH.
4.3.5 CFCOMPONENT
The
OUTPUT attribute of CFCOMPONENT is currently not supported; it is not possible to
produce HTML output within a component pseudo-constructor
See Section 4.1 for additional discussion of ColdFusion components.
BlueDragon 6.1 CFML Compatibility and Reference Guide 9